Author: emaste
Date: Wed Dec 12 15:23:40 2018
New Revision: 341989
URL: https://svnweb.freebsd.org/changeset/base/341989
Log:
Makefile.inc1: update stale wpa dependency removal statement
Only stale .depend files are removed; do not mention object files.
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1 Wed Dec 12 13:43:55 2018 (r341988)
+++ head/Makefile.inc1 Wed Dec 12 15:23:40 2018 (r341989)
@@ -981,7 +981,7 @@ _cleanobj_fast_depend_hack: .PHONY
@if [ -e "${OBJTOP}/usr.sbin/wpa/wpa_supplicant/.depend.rrm.o" ] && \
egrep -q 'src/ap/rrm.c' \
${OBJTOP}/usr.sbin/wpa/wpa_supplicant/.depend.rrm.o; then \
- echo "Removing stale wpa dependencies and objects"; \
+ echo "Removing stale wpa dependencies"; \
rm -f ${OBJTOP}/usr.sbin/wpa/*/.depend*; \
fi
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"