diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-20 18:16:38 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-20 18:16:38 +0100 |
commit | 3aff112c5d1f0e359217f126af0bee60606fddb5 (patch) | |
tree | 5bba4445c43b56eb85fedd15398a7d2269426ae5 /package/pkgmaker | |
parent | df61b169d3a4346838057be456fbf99261d7f749 (diff) |
be less verbose
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 |