infrastructure/build-docs Makefile,1.2,1.3 build-docs.spec,1.3,1.4

Patrick Barnes (nman64) fedora-docs-commits at redhat.com
Mon Feb 13 20:05:27 UTC 2006


Author: nman64

Update of /cvs/docs/infrastructure/build-docs
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26638

Modified Files:
	Makefile build-docs.spec 
Log Message:
Fix Makefile flaw


Index: Makefile
===================================================================
RCS file: /cvs/docs/infrastructure/build-docs/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	28 Jan 2006 07:58:09 -0000	1.2
+++ Makefile	13 Feb 2006 20:05:04 -0000	1.3
@@ -30,7 +30,7 @@
 
 install:
 	@[ "x$(INSTROOT)" != "x" ] || echo -e "\nWARNING\nWARNING: Installation using make is discouraged, try RPMs instead!\nWARNING\n"
-	mkdir -p $(INSTROOT)
+	@[ "x$(INSTROOT)" == "x" ] || mkdir -p $(INSTROOT)
 	mkdir -p $(INSTROOT)$(BINDIR)
 	mkdir -p $(INSTROOT)$(PKGLOCALSTATEDIR)
 	@if [ "$(DISABLECRON)" != "1" ]; then \


Index: build-docs.spec
===================================================================
RCS file: /cvs/docs/infrastructure/build-docs/build-docs.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build-docs.spec	13 Feb 2006 19:26:36 -0000	1.3
+++ build-docs.spec	13 Feb 2006 20:05:04 -0000	1.4
@@ -1,6 +1,6 @@
 Summary: A simple script and cron job to build Fedora Documentation
 Name: build-docs
-Version: 0.0.5
+Version: 0.0.6
 Release: 1
 URL: http://fedoraproject.org/wiki/DocsProject
 License: GPL
@@ -47,6 +47,9 @@
 %endif
 
 %changelog
+* Sun Feb 12 2006 Patrick Barnes <nman64 at n-man.com> - 0.0.6-1
+- Fix empty INSTROOT Makefile flaw
+
 * Sun Feb 12 2006 Paul W. Frields <stickster at gmail.com> - 0.0.5-1
 - Provide SRPM and specfile builds for use with FE
 




More information about the Fedora-docs-commits mailing list