Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Thursday, April 18, 2024

Diff for libcfg+/Makefile.in between version 1.55 and 1.56

version 1.55, 2002/08/01 23:27:09 version 1.56, 2002/08/01 23:44:26
Line 220  $(top_builddir)/doc/sgml/defs.sgml: $(to
Line 220  $(top_builddir)/doc/sgml/defs.sgml: $(to
           && CONFIG_FILES=doc/sgml/defs.sgml CONFIG_HEADERS= \            && CONFIG_FILES=doc/sgml/defs.sgml CONFIG_HEADERS= \
             $(SHELL) ./config.status              $(SHELL) ./config.status
   
 $(top_builddir)/DEBIAN/control: $(top_srcdir)/DEBIAN/control.in  $(top_builddir)/config.status  
         @cd $(top_builddir) \  
                 && sed 's/@''PACKAGE''@/$(PACKAGE)/g; s/@''VERSION''@/$(VERSION)/g;' $< > $@  
   
 $(top_builddir)/$(PACKAGE).spec: $(top_srcdir)/$(PACKAGE).spec.in  $(top_builddir)/config.status  $(top_builddir)/$(PACKAGE).spec: $(top_srcdir)/$(PACKAGE).spec.in  $(top_builddir)/config.status
         @cd $(top_builddir) \          @cd $(top_builddir) \
                 && sed 's/@''PACKAGE''@/$(PACKAGE)/g; s/@''VERSION''@/$(VERSION)/g;' $< > $@                  && sed 's/@''PACKAGE''@/$(PACKAGE)/g; s/@''VERSION''@/$(VERSION)/g;' $< > $@
Line 530  rpm-clean:
Line 526  rpm-clean:
   
 # Create Debian distribution package  # Create Debian distribution package
 # This target is for maintainers only!  # This target is for maintainers only!
 deb: DEBIAN/control  deb:
         rm -rf debian-build          rm -rf debian-build
         mkdir debian-build && cd debian-build \          mkdir debian-build && cd debian-build \
                 && here=`pwd`/$(PACKAGE)_$(VERSION)_all \                  && here=`pwd`/$(PACKAGE)_$(VERSION)_all \
Line 543  deb: DEBIAN/control
Line 539  deb: DEBIAN/control
                 && chmod 0755 $(PACKAGE)_$(VERSION)_all/DEBIAN \                  && chmod 0755 $(PACKAGE)_$(VERSION)_all/DEBIAN \
                 && dpkg-deb --build $(PACKAGE)_$(VERSION)_all \                  && dpkg-deb --build $(PACKAGE)_$(VERSION)_all \
                 && mv $(PACKAGE)_$(VERSION)_all.deb ../ \                  && mv $(PACKAGE)_$(VERSION)_all.deb ../ \
                   && cd .. \
                 && rm -rf debian-build                  && rm -rf debian-build
   
 .PHONY: deb deb-copy  .PHONY: deb deb-copy
   
 deb-copy:  deb-copy:
         mkdir -p ./DEBIAN          mkdir -p ./DEBIAN
         cp $(top_srcdir)/DEBIAN/changelog ./DEBIAN          cp $(top_srcdir)/internal/DEBIAN/changelog ./DEBIAN
         cp $(top_srcdir)/DEBIAN/conffiles ./DEBIAN          cp $(top_srcdir)/internal/DEBIAN/conffiles ./DEBIAN
         cp $(top_srcdir)/DEBIAN/copyright ./DEBIAN          cp $(top_srcdir)/internal/DEBIAN/copyright ./DEBIAN
         cp $(top_srcdir)/DEBIAN/control   ./DEBIAN          sed 's/@''PACKAGE''@/$(PACKAGE)/g; s/@''VERSION''@/$(VERSION)/g;' \
                   $(top_srcdir)/internal/DEBIAN/control.in > ./DEBIAN/control
   
   
 # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top