diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 | ||||
| -rw-r--r-- | src/Makefile.in | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index baa61d86c01..c2be0659253 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,9 +1,13 @@ | |||
| 1 | 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com> | ||
| 2 | |||
| 3 | * Makefile.in (ns_appdir): Fix typo in find command. | ||
| 4 | |||
| 1 | 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was | 7 | * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was |
| 4 | added not supported anymore. | 8 | added not supported anymore. |
| 5 | 9 | ||
| 6 | * s/usg5-4-2.h (LIBS_SYSTEM): | 10 | * s/usg5-4-2.h (LIBS_SYSTEM): |
| 7 | * s/sol2.h (LIBS_SYSTEM): Do not undefine. | 11 | * s/sol2.h (LIBS_SYSTEM): Do not undefine. |
| 8 | 12 | ||
| 9 | * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF): | 13 | * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF): |
diff --git a/src/Makefile.in b/src/Makefile.in index 05fec55cd39..1768a006fea 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1335,7 +1335,7 @@ ${ns_appdir}: ${ns_appsrc} | |||
| 1335 | rm -fr ${ns_appdir} | 1335 | rm -fr ${ns_appdir} |
| 1336 | mkdir -p ${ns_appdir} | 1336 | mkdir -p ${ns_appdir} |
| 1337 | ( cd ${ns_appsrc} ; tar cfh - . ) | ( cd ${ns_appdir} ; tar xf - ) | 1337 | ( cd ${ns_appsrc} ; tar cfh - . ) | ( cd ${ns_appdir} ; tar xf - ) |
| 1338 | ( cd ${ns_appdir} ; for subdir in `find $${dest} -type d ! -name CVS -print` ; do \ | 1338 | ( cd ${ns_appdir} ; for subdir in `find . -type d ! -name CVS -print` ; do \ |
| 1339 | chmod a+rx $${subdir} ; \ | 1339 | chmod a+rx $${subdir} ; \ |
| 1340 | rm -rf $${subdir}/CVS ; \ | 1340 | rm -rf $${subdir}/CVS ; \ |
| 1341 | rm -f $${subdir}/.cvsignore ; done ; ) | 1341 | rm -f $${subdir}/.cvsignore ; done ; ) |