diff options
| author | karltk <karltk@gentoo.org> | 2004-01-07 12:45:47 +0000 |
|---|---|---|
| committer | karltk <karltk@gentoo.org> | 2004-01-07 12:45:47 +0000 |
| commit | d7bc579a0e0fac22c074a345065e1193f61740f9 (patch) | |
| tree | f1198daf3ba1df73bb245073c0b0a2e9b58e1595 /trunk/src | |
| parent | ae60b4b979ee95fc7e7899f12b200b490d05cd4d (diff) | |
| download | gentoolkit-d7bc579a0e0fac22c074a345065e1193f61740f9.tar.gz | |
Fixes to build system
svn path=/; revision=48
Diffstat (limited to 'trunk/src')
| -rw-r--r-- | trunk/src/echangelog/Makefile | 2 | ||||
| -rw-r--r-- | trunk/src/ekeyword/Makefile | 2 | ||||
| -rw-r--r-- | trunk/src/etc-update/Makefile | 2 | ||||
| -rw-r--r-- | trunk/src/etcat/Makefile | 4 | ||||
| -rw-r--r-- | trunk/src/euse/Makefile | 20 | ||||
| -rw-r--r-- | trunk/src/euse/TODO | 0 | ||||
| -rw-r--r-- | trunk/src/gentool/Makefile | 2 | ||||
| -rw-r--r-- | trunk/src/gentoolkit/Makefile | 2 | ||||
| -rw-r--r-- | trunk/src/old-scripts/Makefile | 5 | ||||
| -rw-r--r-- | trunk/src/qpkg/Makefile | 2 | ||||
| -rw-r--r-- | trunk/src/revdep-rebuild/Makefile | 2 |
11 files changed, 33 insertions, 10 deletions
diff --git a/trunk/src/echangelog/Makefile b/trunk/src/echangelog/Makefile index c22ff68..da95f30 100644 --- a/trunk/src/echangelog/Makefile +++ b/trunk/src/echangelog/Makefile @@ -11,7 +11,7 @@ all: dist: mkdir -p ../../$(distdir)/src/echangelog/ - cp {AUTHORS,README,TODO,ChangeLog,echangelog,echangelog.1} ../../$(distdir)/src/echangelog/ + cp {Makefile,AUTHORS,README,TODO,ChangeLog,echangelog,echangelog.1} ../../$(distdir)/src/echangelog/ install: install -m 0755 echangelog $(bindir)/ diff --git a/trunk/src/ekeyword/Makefile b/trunk/src/ekeyword/Makefile index a3f901d..ad793bb 100644 --- a/trunk/src/ekeyword/Makefile +++ b/trunk/src/ekeyword/Makefile @@ -11,7 +11,7 @@ all: dist: mkdir -p ../../$(distdir)/src/ekeyword - cp {AUTHORS,README,TODO,ChangeLog,ekeyword,ekeyword.1} ../../$(distdir)/src/ekeyword/ + cp {Makefile,AUTHORS,README,TODO,ChangeLog,ekeyword,ekeyword.1} ../../$(distdir)/src/ekeyword/ install: install -m 0755 ekeyword $(bindir)/ diff --git a/trunk/src/etc-update/Makefile b/trunk/src/etc-update/Makefile index 0338744..a9327c7 100644 --- a/trunk/src/etc-update/Makefile +++ b/trunk/src/etc-update/Makefile @@ -11,7 +11,7 @@ all: dist: mkdir -p ../../$(distdir)/src/etc-update - cp {AUTHORS,README,TODO,ChangeLog,etc-update,etc-update.1} ../../$(distdir)/src/etc-update/ + cp {Makefile,AUTHORS,README,TODO,ChangeLog,etc-update,etc-update.1} ../../$(distdir)/src/etc-update/ install: install -m 0755 etc-update $(bindir)/ diff --git a/trunk/src/etcat/Makefile b/trunk/src/etcat/Makefile index b996880..5ba7aeb 100644 --- a/trunk/src/etcat/Makefile +++ b/trunk/src/etcat/Makefile @@ -4,11 +4,13 @@ # # $Header$ +include ../../makedefs.mak + all: dist: mkdir -p ../../$(distdir)/src/etcat - cp {AUTHORS,README,TODO,ChangeLog,etcat,etcat.1} ../../$(distdir)/src/etcat + cp {Makefile,AUTHORS,README,TODO,ChangeLog,etcat,etcat.1} ../../$(distdir)/src/etcat install: install -m 0755 etcat $(bindir)/ diff --git a/trunk/src/euse/Makefile b/trunk/src/euse/Makefile new file mode 100644 index 0000000..cd4f158 --- /dev/null +++ b/trunk/src/euse/Makefile @@ -0,0 +1,20 @@ +# Copyright 2004 Karl Trygve Kalleberg <karltk@gentoo.org> +# Copyright 2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# +# $Header$ + +include ../../makedefs.mak + +all: + echo "PIMPERNE (n.) One of those rubber nodules found on the underneath side of a lavatory seat." + +dist: + mkdir -p ../../$(distdir)/src/euse/ + cp {Makefile,AUTHORS,README,TODO,ChangeLog,euse,euse.1} ../../$(distdir)/src/euse/ + +install: + install -m 0755 euse $(bindir)/ + install -d $(docdir)/euse + install -m 0644 {README,AUTHORS,TODO,ChangeLog} $(docdir)/euse/ + install -m 0644 euse.1 $(mandir)/ diff --git a/trunk/src/euse/TODO b/trunk/src/euse/TODO new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/trunk/src/euse/TODO diff --git a/trunk/src/gentool/Makefile b/trunk/src/gentool/Makefile index a25a2b2..77798c6 100644 --- a/trunk/src/gentool/Makefile +++ b/trunk/src/gentool/Makefile @@ -11,7 +11,7 @@ all: dist: mkdir -p ../../$(distdir)/src/gentool/ - cp {AUTHORS,README,TODO,ChangeLog,gentool,gentool.1} ../../$(distdir)/src/gentool/ + cp {Makefile,AUTHORS,README,TODO,ChangeLog,gentool,gentool.1} ../../$(distdir)/src/gentool/ install: install -m 0755 gentool $(bindir)/ diff --git a/trunk/src/gentoolkit/Makefile b/trunk/src/gentoolkit/Makefile index 5e42a97..10df62d 100644 --- a/trunk/src/gentoolkit/Makefile +++ b/trunk/src/gentoolkit/Makefile @@ -9,7 +9,7 @@ all: dist: mkdir -p ../../${distdir}/src/gentoolkit - cp {AUTHORS,README,ChangeLog,TODO,gentoolkit.py} ../../${distdir}/src/gentoolkit/ + cp {Makefile,AUTHORS,README,ChangeLog,TODO,gentoolkit.py} ../../${distdir}/src/gentoolkit/ install: install -d $(docdir)/gentoolkit diff --git a/trunk/src/old-scripts/Makefile b/trunk/src/old-scripts/Makefile index 99ac011..7ea4127 100644 --- a/trunk/src/old-scripts/Makefile +++ b/trunk/src/old-scripts/Makefile @@ -11,6 +11,7 @@ all: dist: mkdir -p ../../$(distdir)/src/old-scripts/ + cp Makefile ../../$(distdir)/src/old-scripts/ cp dep-clean{,.1} ../../$(distdir)/src/old-scripts/ cp pkg-clean{,.1} ../../$(distdir)/src/old-scripts/ cp ewhich{,.1} ../../$(distdir)/src/old-scripts/ @@ -19,9 +20,9 @@ dist: install: install -m 0755 dep-clean $(bindir)/ - install -m 0755 pkg-clean $(bindir)/ + install -m 0755 pkg-clean $(sbindir)/ install -m 0755 ewhich $(bindir)/ - install -m 0755 mkebuild $(bindir)/ + install -m 0755 mkebuild $(sbindir)/ install -m 0755 pkg-size $(bindir)/ install -m 0644 dep-clean.1 $(mandir)/ diff --git a/trunk/src/qpkg/Makefile b/trunk/src/qpkg/Makefile index 692c006..7753c4e 100644 --- a/trunk/src/qpkg/Makefile +++ b/trunk/src/qpkg/Makefile @@ -11,7 +11,7 @@ all: dist: mkdir -p ../../${distdir}/src/qpkg - cp {README,AUTHORS,ChangeLog,TODO,qpkg,qpkg.1} ../../${distdir}/src/qpkg/ + cp {Makefile,README,AUTHORS,ChangeLog,TODO,qpkg,qpkg.1} ../../${distdir}/src/qpkg/ install: install -m 0755 qpkg $(bindir)/ diff --git a/trunk/src/revdep-rebuild/Makefile b/trunk/src/revdep-rebuild/Makefile index 58c9dff..1150d0d 100644 --- a/trunk/src/revdep-rebuild/Makefile +++ b/trunk/src/revdep-rebuild/Makefile @@ -11,7 +11,7 @@ all: dist: mkdir -p ../../$(distdir)/src/revdep-rebuild - cp {AUTHORS,README,TODO,ChangeLog,revdep-rebuild,revdep-rebuild.1} ../../$(distdir)/src/revdep-rebuild/ + cp {Makefile,AUTHORS,README,TODO,ChangeLog,revdep-rebuild,revdep-rebuild.1} ../../$(distdir)/src/revdep-rebuild/ install: |
