Author: rmeggins
Update of /cvs/dirsec/setuputil/installer In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25947/setuputil/installer
Modified Files: Makefile Log Message: change binary directory naming convention to the same one we use with pre-built binary components; remove old crufty Fortezza stuff; general makefile cleanup
Index: Makefile =================================================================== RCS file: /cvs/dirsec/setuputil/installer/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- Makefile 29 Jul 2005 22:16:18 -0000 1.1.1.1 +++ Makefile 29 Sep 2005 22:08:59 -0000 1.2 @@ -38,10 +38,10 @@ include $(BUILD_ROOT)/nsconfig.mk endif
-PKGDIR_NAME=$(NSPLATFORM_DIR)-$(SECURITY)-$(DEBUG)-$(B_FORTEZZA)$(BUILD_PTHREADS) +PKGDIR_NAME=$(PLATFORM_DEST) PKGTOP=$(ABS_ROOT)/built/package/$(PKGDIR_NAME) ifdef BUILD_INTL -PKGDIR_NAME=$(NSPLATFORM_DIR)-$(SECURITY)-intl-$(DEBUG)-$(B_FORTEZZA)$(NSOBJDIR_NAME) +PKGDIR_NAME+=-intl PKGTOP=$(ABS_ROOT)/built/package/$(PKGDIR_NAME) endif PKGDIR=$(PKGTOP)
389-commits@lists.fedoraproject.org