mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-15 23:36:59 +00:00
build-sys: use non-recursive build
For reasons see excellent paper 'Recursive Make Considered Harmful' by Peter Miller. References: http://miller.emu.id.au/pmiller/books/rmch/ Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
0495ea4edf
commit
30238e9d1c
18 changed files with 102 additions and 115 deletions
38
.gitignore
vendored
38
.gitignore
vendored
|
|
@ -1,30 +1,30 @@
|
|||
/.tarball-version
|
||||
# Wildcard + in any subdir.
|
||||
*.o
|
||||
|
||||
# Exact filename in any subdir.
|
||||
.deps
|
||||
.dirstamp
|
||||
Makefile
|
||||
Makefile.in
|
||||
|
||||
# Exact wildcard, e.g., not in subdirs.
|
||||
/tests/*.log
|
||||
/tests/*.trs
|
||||
|
||||
# Exact match, if a directory then everything in directory.
|
||||
/.version
|
||||
/aclocal.m4
|
||||
/autom4te.cache/
|
||||
/autoscan.log
|
||||
/config.guess
|
||||
/config.h
|
||||
/config.h.in
|
||||
/config.h.in~
|
||||
/config.log
|
||||
/config.status
|
||||
/config.sub
|
||||
/configure
|
||||
/configure.scan
|
||||
/contrib/Makefile
|
||||
/contrib/Makefile.in
|
||||
/depcomp
|
||||
/gnulib/
|
||||
/dhcpd-pools
|
||||
/INSTALL
|
||||
/install-sh
|
||||
/libtool
|
||||
/ltmain.sh
|
||||
/m4
|
||||
/Makefile
|
||||
/Makefile.in
|
||||
/man/Makefile
|
||||
/man/Makefile.in
|
||||
/missing
|
||||
/m4/
|
||||
/man/dhcpd-pools.1
|
||||
/stamp-h1
|
||||
/tags
|
||||
/test-suite.log
|
||||
/tests/outputs/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue