Added rm_deps
This commit is contained in:
parent
e311f43d19
commit
b8f596af87
@ -6,3 +6,4 @@ do_resolve
|
|||||||
lint-lib.ack
|
lint-lib.ack
|
||||||
lint-lib.unix
|
lint-lib.unix
|
||||||
mk_manpage
|
mk_manpage
|
||||||
|
rm_deps
|
||||||
|
|||||||
8
bin/rm_deps
Executable file
8
bin/rm_deps
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
: $Header$
|
||||||
|
|
||||||
|
: remove dependencies from a makefile, write result on standard output.
|
||||||
|
: we cannot do this directly in a makefile because some make versions
|
||||||
|
: have # start a comment, always.
|
||||||
|
|
||||||
|
sed -e '/^#DEPENDENCIES/,$d' $1
|
||||||
|
echo '#DEPENDENCIES'
|
||||||
Loading…
x
Reference in New Issue
Block a user