Author: rmeggins
Update of /cvs/dirsec/setuputil/installer/lib In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25947/setuputil/installer/lib
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/lib/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:28 -0000 1.1.1.1 +++ Makefile 29 Sep 2005 22:09:06 -0000 1.2 @@ -31,7 +31,7 @@
# Build artifacts ifeq ($(ARCH), WINNT) -OBJDIR=$(BUILD_ROOT)/built/$(NSOS_ARCH)$(NSOS_RELEASE)$(64BIT_TAG)-$(SECURITY)-$(DEBUG)-$(B_FORTEZZA)-$(DIR) +OBJDIR=$(BUILD_ROOT)/built/$(PLATFORM_DEST) LIBDEST=$(OBJDIR)/lib OBJDEST=$(LIBDEST)/nssetup else
389-commits@lists.fedoraproject.org