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

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


Author: rmeggins

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

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


Index: Makefile
===================================================================
RCS file: /cvs/dirsec/dsbuild/ds/setuputil/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	14 Feb 2006 22:30:00 -0000	1.2
+++ Makefile	16 Feb 2006 21:34:09 -0000	1.3
@@ -1,3 +1,5 @@
+include ../../objdirname.mk
+
 GARNAME = fedora-setuputil
 GARVERSION = 1.0.2
 CATEGORIES = ds
@@ -12,12 +14,12 @@
 BUILD_SCRIPTS = $(WORKSRC)/Makefile
 #INSTALL_SCRIPTS = $(WORKSRC)/Makefile
 INSTALL_SCRIPTS = custom
-BUILD_ARGS = USE_PERL_FROM_PATH=1 MOZILLA_SOURCE_ROOT=$(ABS_GARDIR)/$(CATEGORIES)/mozilla/work/mozilla
+BUILD_ARGS = USE_PERL_FROM_PATH=1 MOZILLA_SOURCE_ROOT=$(ABS_GARDIR)/$(CATEGORIES)/mozilla/work/mozilla MOZ_OBJDIR_NAME=$(MOZ_OBJDIR_NAME)
 
-ifndef DEBUG
-BUILD_ARGS += BUILD_DEBUG=optimize
-else
+ifeq ($(DEBUG), full)
 BUILD_ARGS += DEBUG=full
+else
+BUILD_ARGS += BUILD_DEBUG=optimize
 endif
 
 configure-custom:




More information about the Fedora-directory-commits mailing list