summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2015-11-23 02:01:17 +0100
committerAllan McRae <allan@archlinux.org>2015-11-23 02:13:39 +0100
commitef1fb0ef81f7ec78f1a9f45f0d7039cdb6be1f8c (patch)
treef8e3611bcf8ffc8b15e2a6ad673cb56b6f618d06 /scripts
parentc26e5b81e5c22e1316eb2f384cc175438772a8f2 (diff)
downloadpacman-ef1fb0ef81f7ec78f1a9f45f0d7039cdb6be1f8c.tar.gz
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.in1
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