Author: rmeggins
Update of /cvs/dirsec/setuputil/installer/test In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25947/setuputil/installer/test
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/test/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:30 -0000 1.1.1.1 +++ Makefile 29 Sep 2005 22:09:13 -0000 1.2 @@ -28,9 +28,9 @@ include $(BUILD_ROOT)/nsdefs.mk
ifneq ($(ARCH), WINNT) -PKGTOP=$(BUILD_ROOT)/built/package/$(ARCH)-$(SECURITY)-$(DEBUG)-$(B_FORTEZZA)$(BUILD_PTHREADS)/installer +PKGTOP=$(BUILD_ROOT)/built/package/$(PLATFORM_DEST)/installer else -PKGTOP=$(BUILD_ROOT)/built/package/$(ARCH)-$(SECURITY)-$(DEBUG)-$(B_FORTEZZA)$(BUILD_PTHREADS)/setup +PKGTOP=$(BUILD_ROOT)/built/package/$(PLATFORM_DEST)/setup endif
OBJDEST=$(OBJDIR)/test/obj
389-commits@lists.fedoraproject.org