Plan 9 from Bell Labs’s /usr/web/sources/contrib/stallion/patch/extra/u9fs-make.diff

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


--- a/makefile	Tue Dec  7 22:32:56 2010
+++ b/makefile	Tue Dec  7 22:32:50 2010
@@ -58,6 +58,7 @@
 	rm -f *.o u9fs
 
 install: u9fs
-	cp u9fs ../../bin
+	install -s -d $(DESTDIR)$(BINDIR)
+	install -s -f $(DESTDIR)$(BINDIR) u9fs
 
 .PHONY: clean install

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.