mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 06:31:27 +00:00
2005-04-21 Paul Jakma <paul.jakma@sun.com>
* Makefile.am: pkginfo.%.tmpl is a generated file, srcdir prefix is not appropriate.
This commit is contained in:
parent
05f0107682
commit
f3ff155415
@ -1,3 +1,8 @@
|
||||
2005-04-21 Paul Jakma <paul.jakma@sun.com>
|
||||
|
||||
* Makefile.am: pkginfo.%.tmpl is a generated file, srcdir prefix
|
||||
is not appropriate.
|
||||
|
||||
2005-04-13 Paul Jakma <paul.jakma@sun.com>
|
||||
|
||||
* Makefile.am: {i,r}.manifest are (or will be) system provided files
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Solaris packages automake file
|
||||
# $Id: Makefile.am,v 1.3 2005/04/13 03:37:23 paul Exp $
|
||||
# $Id: Makefile.am,v 1.4 2005/04/21 10:24:43 paul Exp $
|
||||
|
||||
.PHONY: packages
|
||||
|
||||
@ -71,7 +71,7 @@ pkginfo.%.tmpl: $(srcdir)/pkginfo.%.tmpl.in Makefile
|
||||
rm -f $@
|
||||
$(edit) $< > $@
|
||||
|
||||
pkginfo.%.full: $(srcdir)/pkginfo.%.tmpl pkginfo.tmpl Makefile
|
||||
pkginfo.%.full: pkginfo.%.tmpl pkginfo.tmpl Makefile
|
||||
cat pkginfo.tmpl pkginfo.$*.tmpl > $@
|
||||
|
||||
# use 'edit' above to transform prototype.in to pkgmk acceptable prototype
|
||||
|
Loading…
Reference in New Issue
Block a user