diff options
author | Russ Cox <rsc@swtch.com> | 2009-08-24 07:53:01 -0700 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2009-08-24 07:53:01 -0700 |
commit | 51f6e204a775dcbed8b0398060f4f6560d45e991 (patch) | |
tree | 06d11fa6fe342c5cf4476843ab47a5d962b4ffe0 /unix | |
parent | bf930686861b74414bc6abb8a0455605d32743d7 (diff) | |
download | plan9port-51f6e204a775dcbed8b0398060f4f6560d45e991.tar.gz plan9port-51f6e204a775dcbed8b0398060f4f6560d45e991.tar.bz2 plan9port-51f6e204a775dcbed8b0398060f4f6560d45e991.zip |
unix: move Makefile so that it cannot be run accidentally
Diffstat (limited to 'unix')
-rw-r--r-- | unix/make/Makefile.all (renamed from unix/Makefile) | 0 | ||||
-rw-r--r-- | unix/mkfile | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile b/unix/make/Makefile.all index 609d6cb0..609d6cb0 100644 --- a/unix/Makefile +++ b/unix/make/Makefile.all diff --git a/unix/mkfile b/unix/mkfile index 42560bb5..d05b297c 100644 --- a/unix/mkfile +++ b/unix/mkfile @@ -58,7 +58,7 @@ mk-with-libs.tgz:V: mkdir zot mv libutf libfmt libbio libregexp mk zot mv zot mk - cp Makefile mk/Makefile + cp make/Makefile.all mk/Makefile tar cf - mk | gzip > $target rm -r mk |