[Fedora-directory-commits] adminserver/admserv/console Makefile, 1.6, 1.7

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Fri Jun 16 16:49:56 UTC 2006


Author: nhosoi

Update of /cvs/dirsec/adminserver/admserv/console
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2103

Modified Files:
	Makefile 
Log Message:
[195258] Changes for the internal build
package/java directory needs to be created explicitly.  It used to be
generated by the adminconsole build, which was moved out from the admin server.



Index: Makefile
===================================================================
RCS file: /cvs/dirsec/adminserver/admserv/console/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile	23 May 2006 22:13:37 -0000	1.6
+++ Makefile	16 Jun 2006 16:49:54 -0000	1.7
@@ -41,6 +41,9 @@
 	cd cmdln; $(MAKE) $(MFLAGS)
 
 package:
+	if [ ! -d $(PACKAGEDIR) ] ; then \
+		mkdir -p $(PACKAGEDIR); \
+	fi
 	cp smartupdate/goto.gif $(PACKAGEDIR)
 	cp smartupdate/spacer.gif $(PACKAGEDIR)
 	cp smartupdate/start-console.html $(PACKAGEDIR)




More information about the Fedora-directory-commits mailing list