mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-29 16:14:43 +00:00
postfix.sh for repeat compilers
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -42,3 +42,4 @@ src/y
|
|||||||
src/z
|
src/z
|
||||||
randdata
|
randdata
|
||||||
test.conf
|
test.conf
|
||||||
|
postfix.sh
|
||||||
|
|||||||
4
Makefile
4
Makefile
@@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# EnergyMech, IRC Bot software
|
# EnergyMech, IRC Bot software
|
||||||
# Copyright (c) 1997-2018 proton
|
# Copyright (c) 1997-2025 proton
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@@ -86,12 +86,14 @@ clean:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
$(MAKE) -C src install
|
$(MAKE) -C src install
|
||||||
|
test -x postfix.sh && ./postfix.sh
|
||||||
|
|
||||||
mega:
|
mega:
|
||||||
$(MAKE) -C src mega
|
$(MAKE) -C src mega
|
||||||
|
|
||||||
mega-install:
|
mega-install:
|
||||||
$(MAKE) -C src mega-install
|
$(MAKE) -C src mega-install
|
||||||
|
test -x postfix.sh && ./postfix.sh
|
||||||
|
|
||||||
#
|
#
|
||||||
# code validation tests
|
# code validation tests
|
||||||
|
|||||||
10
configure
vendored
10
configure
vendored
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# EnergyMech, IRC Bot software
|
# EnergyMech, IRC Bot software
|
||||||
# Copyright (c) 1997-2018 proton
|
# Copyright (c) 1997-2025 proton
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@@ -1566,10 +1566,14 @@ if [ ! "$cores" = 1 ]; then
|
|||||||
$out "For speedy compiling, use \`\`make -j$cores''"
|
$out "For speedy compiling, use \`\`make -j$cores''"
|
||||||
fi
|
fi
|
||||||
$out ''
|
$out ''
|
||||||
$out "Your chosen ./configure options have been saved to ./myconfig"
|
$out 'If you compile often and need to do repetitive extra operations after'
|
||||||
|
$out 'doing "make install", you can create "./postfix.sh" which will be executed'
|
||||||
|
$out 'after each "make install".'
|
||||||
|
$out ''
|
||||||
|
$out 'Your chosen ./configure options have been saved to ./myconfig'
|
||||||
$out 'if you wish to save ./myconfig in its current state, chmod -w ./myconfig'
|
$out 'if you wish to save ./myconfig in its current state, chmod -w ./myconfig'
|
||||||
$out ''
|
$out ''
|
||||||
$out 'Submit your bugreports at https://github.com/MadCamel/energymech/issues'
|
$out 'Submit your bugreports at https://github.com/EnergyMech/energymech/issues'
|
||||||
$out ''
|
$out ''
|
||||||
$out 'You have read the README file I hope?'
|
$out 'You have read the README file I hope?'
|
||||||
$out ''
|
$out ''
|
||||||
|
|||||||
Reference in New Issue
Block a user