mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
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…
Reference in a new issue