X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/93bf083d699c60f1ac40297bfa6783fb0cb800d8..8267fe24f77f6982b4d62d8d5d43cd1efc907136:/buildlib/makefile.in diff --git a/buildlib/makefile.in b/buildlib/makefile.in index de44f47b6..cf808643b 100644 --- a/buildlib/makefile.in +++ b/buildlib/makefile.in @@ -2,12 +2,14 @@ # This is the build directory make file, it sets the build directory # and runs the src makefile. +ifndef NOISY .SILENT: +endif SRCDIR=@top_srcdir@ -SUBDIRS:=./doc ./bin ./bin/methods ./obj ./include/apt-pkg ./include/deity -SUBDIRS+=./obj/docs ./obj/apt-pkg ./obj/deity ./obj/gui ./obj/cmdline \ - ./obj/test ./obj/methods +SUBDIRS:=./docs ./bin ./bin/methods ./obj ./include/apt-pkg ./include/deity +SUBDIRS+=./obj/apt-pkg ./obj/deity ./obj/gui ./obj/cmdline \ + ./obj/test ./obj/methods ./obj/methods/ftp BUILD:=$(shell pwd) export BUILD