diff options
Diffstat (limited to 'package/pkgmaker')
-rw-r--r-- | package/pkgmaker | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pkgmaker b/package/pkgmaker index 643d26024..d27045a27 100644 --- a/package/pkgmaker +++ b/package/pkgmaker @@ -25,7 +25,7 @@ for dn in */Makefile; do cd .. if [[ -z $ALL_PKGOPTS ]]; then - print -u2 "Warning: $dn/Makefile contains no packages, skipped" + #print -u2 "Warning: $dn/Makefile contains no packages, skipped" continue fi |