RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: popt/ Makefile.am

From: Jeff Johnson <jbj@rpm5.org>
Date: Sun 15 Jul 2007 - 04:00:28 CEST
Message-Id: <20070715020028.409E93484F1@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: popt                             Date:   15-Jul-2007 04:00:28
  Branch: HEAD                             Handle: 2007071503002800

  Modified files:
    popt                    Makefile.am

  Log:
    remove unused archive Makefile target.

  Summary:
    Revision    Changes     Path
    1.42        +0  -19     popt/Makefile.am
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: popt/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.41 -r1.42 Makefile.am
  --- popt/Makefile.am	14 Jun 2007 15:01:26 -0000	1.41
  +++ popt/Makefile.am	15 Jul 2007 02:00:28 -0000	1.42
  @@ -60,25 +60,6 @@
   lint:
   	$(LINT) ${DEFS} ${INCLUDES} test1.c ${libpopt_la_SOURCES}
   
  -CVSTAG = $(PACKAGE)-$(subst .,_,$(VERSION))
  -
  -.PHONY: archive
  -archive: 
  -	@echo "This is $(PACKAGE)-$(VERSION)."
  -	@sleep 5
  -	@cvs -Q tag -F $(CVSTAG) .
  -	@rm -rf /tmp/$(PACKAGE)-$(VERSION) /tmp/$(PACKAGE)
  -	@cd /tmp; cvs -Q -d $(CVSROOT) export -r$(CVSTAG) $(PACKAGE) || :
  -	@mv /tmp/$(PACKAGE) /tmp/$(PACKAGE)-$(VERSION)
  -	@cd /tmp/$(PACKAGE)-$(VERSION); ./autogen.sh ; make depend; make distclean
  -	@cd /tmp/$(PACKAGE)-$(VERSION); ./autogen.sh --noconfigure
  -	@cd /tmp; tar czSpf $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)-$(VERSION)
  -	@rm -rf /tmp/$(PACKAGE)-$(VERSION)
  -	@cp /tmp/$(PACKAGE)-$(VERSION).tar.gz .
  -	@rm -f /tmp/$(PACKAGE)-$(VERSION).tar.gz 
  -	@echo " "
  -	@echo "The final archive is ./$(PACKAGE)-$(VERSION).tar.gz."
  -
   .PHONY: doxygen
   doxygen: Doxyfile
   	rm -rf doxygen
  @@ .
Received on Sun Jul 15 04:00:28 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.