Lines Matching refs:in
13 # in the Makefiles and otherwise config.status.win32 needs to be edited.
23 case "$1" in
28 case $# in
48 echo "$0: must be run in bind9 top level directory" >&2
80 # Start with a clean slate. This is not done in the source tree before
96 perl -pi -e 'last if /^##confparser\.c/' lib/dns/config/Makefile.in
102 case $file in
103 */Makefile.in|./make/includes.in|./version)
119 ./make/rules.in)
120 echo frobbing conditionals in $file
122 # /K is specified in MAKEDEFS *YUCK* because nmake
124 # in MAKEFLAGS (confirm with "nmake /PKN foo";
125 # only P and N are in Makeflags.) However ... doing
143 s/for\ i\ in\ \$\(ALL_SUBDIRS\).*
144 /for %i in (\$(ALL_SUBDIRS)) do \\/x;
149 s/^.*echo "making .* in .*\n//;