[Ocfs2-commits] jlbec commits r1805 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Jan 20 13:47:31 CST 2005


Author: jlbec
Date: 2005-01-20 13:47:30 -0600 (Thu, 20 Jan 2005)
New Revision: 1805

Modified:
   trunk/Makefile
Log:
o Remove the dist targets, as the Makebo update includes them

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2005-01-20 19:12:43 UTC (rev 1804)
+++ trunk/Makefile	2005-01-20 19:47:30 UTC (rev 1805)
@@ -19,16 +19,7 @@
 
 .PHONY: dist dist-bye dist-fresh distclean
 
-dist-bye:
-	-rm -rf $(DIST_TOPDIR)
 
-dist-fresh: dist-bye
-	$(TOPDIR)/mkinstalldirs $(DIST_TOPDIR)
-
-dist: dist-fresh dist-all
-	GZIP=$(GZIP_OPTS) tar chozf $(DIST_TOPDIR).tar.gz $(DIST_TOPDIR)
-	$(MAKE) dist-bye
-
 # REDHAT 
 rhel3_srpm: dist
 	rpmbuild -bs --define "_sourcedir $(TOPDIR)" --define "_srcrpmdir $(TOPDIR)" $(TOPDIR)/vendor/redhat/ocfs2-2.4.21-EL.spec
@@ -67,7 +58,4 @@
 	rpmbuild --rebuild --target x86_64 "ocfs2-2.6.5-$(patsubst sles9_%_rpm,%,$@)-$(DIST_VERSION)-$(RPM_VERSION).src.rpm"
 
 
-distclean: clean
-	rm -f Config.make config.status config.cache config.log
-
 include $(TOPDIR)/Postamble.make



More information about the Ocfs2-commits mailing list