unix: move Makefile so that it cannot be run accidentally
This commit is contained in:
parent
bf93068686
commit
51f6e204a7
2 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ mk-with-libs.tgz:V:
|
||||||
mkdir zot
|
mkdir zot
|
||||||
mv libutf libfmt libbio libregexp mk zot
|
mv libutf libfmt libbio libregexp mk zot
|
||||||
mv zot mk
|
mv zot mk
|
||||||
cp Makefile mk/Makefile
|
cp make/Makefile.all mk/Makefile
|
||||||
tar cf - mk | gzip > $target
|
tar cf - mk | gzip > $target
|
||||||
rm -r mk
|
rm -r mk
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue