diff options
author | Allan McRae <allan@archlinux.org> | 2015-11-23 11:01:17 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-11-23 11:13:39 +1000 |
commit | ef1fb0ef81f7ec78f1a9f45f0d7039cdb6be1f8c (patch) | |
tree | f8e3611bcf8ffc8b15e2a6ad673cb56b6f618d06 /scripts | |
parent | c26e5b81e5c22e1316eb2f384cc175438772a8f2 (diff) | |
download | pacman-ef1fb0ef81f7ec78f1a9f45f0d7039cdb6be1f8c.tar.xz |
makepkg: remove obsolete comment
Behaviour changed in commit dce82f9d.
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/makepkg.sh.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 22679f76..b46c0dd9 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -2149,7 +2149,6 @@ if (( SOURCEONLY )); then fi if (( NODEPS || ( VERIFYSOURCE && !DEP_BIN ) )); then - # no warning message needed for nobuild if (( NODEPS )); then warning "$(gettext "Skipping dependency checks.")" fi |