Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
2651dcdf
Commit
2651dcdf
authored
Oct 19, 2004
by
Mark Andrews
Browse files
1750. [port] lib/bind/make/rules.in:subdirs was not bash friendly.
[RT #12864]
parent
b03a31d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
2651dcdf
1750. [port] lib/bind/make/rules.in:subdirs was not bash friendly.
[RT #12864]
1749. [placeholder] rt12866
1749. [placeholder] rt12866
1748. [placeholder] rt12838
1748. [placeholder] rt12838
...
...
lib/bind/make/rules.in
View file @
2651dcdf
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# PERFORMANCE OF THIS SOFTWARE.
# $Id: rules.in,v 1.
9
2004/
03/16 05:22:19
marka Exp $
# $Id: rules.in,v 1.
10
2004/
10/19 23:33:48
marka Exp $
###
###
### Common Makefile rules for BIND 9.
### Common Makefile rules for BIND 9.
...
@@ -69,7 +69,7 @@ subdirs:
...
@@ -69,7 +69,7 @@ subdirs:
if [ "$$i" != "nulldir" -a -d $$i ]; then \
if [ "$$i" != "nulldir" -a -d $$i ]; then \
echo "making all in `pwd`/$$i"; \
echo "making all in `pwd`/$$i"; \
(cd $$i; ${MAKE} ${MAKEDEFS} all) || exit 1; \
(cd $$i; ${MAKE} ${MAKEDEFS} all) || exit 1; \
fi \
fi
;
\
done
done
install clean distclean docclean manclean::
install clean distclean docclean manclean::
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment