[Fedora-directory-commits] dsbuild/meta/ds Makefile,1.2,1.3

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Thu Feb 16 21:34:22 UTC 2006


Author: rmeggins

Update of /cvs/dirsec/dsbuild/meta/ds
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20416/dsbuild/meta/ds

Modified Files:
	Makefile 
Log Message:
use given name for moz objdir naming


Index: Makefile
===================================================================
RCS file: /cvs/dirsec/dsbuild/meta/ds/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	14 Feb 2006 22:30:05 -0000	1.2
+++ Makefile	16 Feb 2006 21:34:15 -0000	1.3
@@ -7,6 +7,11 @@
 override DEBUG=full
 endif
 
+ARCH=$(shell uname -m)
+ifeq ($(ARCH), x86_64)
+  USE_64=1
+endif
+
 LIBDEPS = ds/mozilla ds/icu ds/adminutil ds/setuputil ds/mod_nss ds/mod_admserv ds/mod_restartd
 
 ifndef NOJAVA




More information about the Fedora-directory-commits mailing list