]> git.puffer.fish Git - matthieu/frr.git/commitdiff
2005-04-13 Paul Jakma <paul.jakma@sun.com>
authorpaul <paul>
Wed, 13 Apr 2005 03:37:23 +0000 (03:37 +0000)
committerpaul <paul>
Wed, 13 Apr 2005 03:37:23 +0000 (03:37 +0000)
* Makefile.am: {i,r}.manifest are (or will be) system provided files
  and not in CVS, hence dont depend on them or distribute them.

solaris/ChangeLog
solaris/Makefile.am

index 72fb0f812f6f586485594cedbc6239467934a563..3dac1bc4b1acdc6e75f07fe6e12b5c1a2ce87fd7 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-13 Paul Jakma <paul.jakma@sun.com>
+
+       * Makefile.am: {i,r}.manifest are (or will be) system provided files
+         and not in CVS, hence dont depend on them or distribute them.
+
 2005-04-11 Paul Jakma <paul.jakma@sun.com>
 
        * (all) Initial check-in of files for building S10 packages
index 0fb951eed2068c92ac7f492e16a7e672970b7383..783d227b74167aad949c066f001824eaf1eb495e 100644 (file)
@@ -1,5 +1,5 @@
 # Solaris packages automake file
-# $Id: Makefile.am,v 1.2 2005/04/11 07:58:35 paul Exp $
+# $Id: Makefile.am,v 1.3 2005/04/13 03:37:23 paul Exp $
 
 .PHONY: packages
 
@@ -91,11 +91,10 @@ quagga.init: $(srcdir)/quagga.init.in Makefile
 
 # construct the pkg
 @PACKAGE_TARNAME@-%-$(pkg_name_rev).pkg: prototype.% \
-               quagga.init pkginfo.%.full i.manifest r.manifest
+               quagga.init pkginfo.%.full
        ($(pkg_make) && \
        $(pkg_trans) "QUAGGA$*")
 
-
 %.pkg.gz : %.pkg
        (gzip -c $< > $@)
 
@@ -109,7 +108,7 @@ CLEANFILES := $(BUILT_SOURCES) $(pkg_packages)
 
 EXTRA_DIST := $(pkg_depends) $(pkg_manifests:%=%.in) $(pkg_prototypes:%=%.in) \
        $(pkg_names:%=pkginfo.%.tmpl.in) $(srcdir)/pkginfo.tmpl.in \
-       quagga.init.in options.xml r.manifest i.manifest README.txt
+       quagga.init.in README.txt
 
 pkg-root-install:
        (cd $(top_builddir) && \