tunix: move Makefile so that it cannot be run accidentally - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 51f6e204a775dcbed8b0398060f4f6560d45e991
DIR parent bf930686861b74414bc6abb8a0455605d32743d7
HTML Author: Russ Cox <rsc@swtch.com>
Date: Mon, 24 Aug 2009 07:53:01 -0700
unix: move Makefile so that it cannot be run accidentally
Diffstat:
R unix/Makefile -> unix/make/Makefil… | 0
M unix/mkfile | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/unix/Makefile b/unix/make/Makefile.all
DIR diff --git a/unix/mkfile b/unix/mkfile
t@@ -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