=================================================================== RCS file: /oss/CVS/cvs/inventor/GNUmakefile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- inventor/GNUmakefile 2001/03/24 02:47:41 1.4 +++ inventor/GNUmakefile 2005/01/14 22:49:52 1.5 @@ -1,7 +1,6 @@ IVDEPTH = . include $(IVDEPTH)/make/ivcommondefs - # Use of LSUBDIRS is to allow override using environment variable without # conflicting with SUBDIRS in subdirectory makefiles. @@ -10,18 +9,3 @@ SUBDIRS = $(LSUBDIRS) all install $(COMMONTARGS): $(SUBDIRS_MAKERULE) - - -SPECS = sgi-OpenInventor-clients.rpm.spec \ - sgi-OpenInventor-data.rpm.spec \ - sgi-OpenInventor-devel.rpm.spec - -TARBALL = oiv.tar.gz - -rpms: - cd ..; rm -f $(TARBALL); tar zcvf $(TARBALL) inventor - su -c "cp -f ../$(TARBALL) /usr/src/redhat/SOURCES" - - for s in $(SPECS); do \ - (su -c "cd build; rpm -bb $$s") \ - done;