Skip to content

Commit

Permalink
NetWare build overhaul in order to compile on Linux.
Browse files Browse the repository at this point in the history
Some more fixes ...


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1079613 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Guenter Knauf committed Mar 9, 2011
1 parent a028cc5 commit 19e8ad5
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build/make_nw_export.awk
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ BEGIN {
# next
#}

/^[ \t]*AP[RUI]?_DECLARE_DATA .*;$/ {
/^[ \t]*AP[RUI]?_DECLARE_DATA .*;/ {
varname = $NF;
gsub( /[*;]/, "", varname);
gsub( /\[.*\]/, "", varname);
Expand Down
2 changes: 1 addition & 1 deletion test/NWGNUaprtest
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ FILE_nlm_copyright =
# Any additional imports go here
#
FILES_nlm_Ximports = \
@$(APR)/aprlib.imp \
@aprlib.imp \)
@libc.imp \
$(EOLIST)

Expand Down
2 changes: 1 addition & 1 deletion test/NWGNUechod
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ FILE_nlm_copyright =
# Any additional imports go here
#
FILES_nlm_Ximports = \
@$(APR)/aprlib.imp \
@aprlib.imp \)
@libc.imp \
$(EOLIST)

Expand Down
2 changes: 1 addition & 1 deletion test/NWGNUglobalmutexchild
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ FILE_nlm_copyright =
# Any additional imports go here
#
FILES_nlm_Ximports = \
@$(APR)/aprlib.imp \
@aprlib.imp \)
@libc.imp \
$(EOLIST)

Expand Down
2 changes: 1 addition & 1 deletion test/NWGNUmod_test
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ FILE_nlm_copyright =
# Any additional imports go here
#
FILES_nlm_Ximports = \
@$(APR)/aprlib.imp \
@aprlib.imp \)
@libc.imp \
$(EOLIST)

Expand Down
2 changes: 1 addition & 1 deletion test/NWGNUproc_child
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ FILE_nlm_copyright =
# Any additional imports go here
#
FILES_nlm_Ximports = \
@$(APR)/aprlib.imp \
@aprlib.imp \)
@libc.imp \
$(EOLIST)

Expand Down
2 changes: 1 addition & 1 deletion test/NWGNUreadchild
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ FILE_nlm_copyright =
# Any additional imports go here
#
FILES_nlm_Ximports = \
@$(APR)/aprlib.imp \
@aprlib.imp \)
@libc.imp \
$(EOLIST)

Expand Down
2 changes: 1 addition & 1 deletion test/NWGNUsockchild
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ FILE_nlm_copyright =
# Any additional imports go here
#
FILES_nlm_Ximports = \
@$(APR)/aprlib.imp \
@aprlib.imp \)
@libc.imp \
$(EOLIST)

Expand Down
2 changes: 1 addition & 1 deletion test/NWGNUsockperf
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ FILE_nlm_copyright =
# Any additional imports go here
#
FILES_nlm_Ximports = \
@$(APR)/aprlib.imp \
@aprlib.imp \)
@libc.imp \
$(EOLIST)

Expand Down
2 changes: 1 addition & 1 deletion test/NWGNUtestatmc
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ FILE_nlm_copyright =
# Any additional imports go here
#
FILES_nlm_Ximports = \
@$(APR)/aprlib.imp \
@aprlib.imp \)
@libc.imp \
$(EOLIST)

Expand Down
2 changes: 1 addition & 1 deletion test/NWGNUtryread
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ FILE_nlm_copyright =
# Any additional imports go here
#
FILES_nlm_Ximports = \
@$(APR)/aprlib.imp \
@aprlib.imp \)
@libc.imp \
$(EOLIST)

Expand Down

0 comments on commit 19e8ad5

Please sign in to comment.