summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2019-11-06 06:46:59 +0100
committerAllan McRae <allan@archlinux.org>2019-11-06 06:46:59 +0100
commit2dd7725f2a0cccd0a248531551c9fbea4ef35f1f (patch)
treea86384b38f0d0b8de755e8d61450742214bb2a6a
parent3a814ee6bca9ee24a868c0dc032b321048a53e08 (diff)
downloadpacman-2dd7725f2a0cccd0a248531551c9fbea4ef35f1f.tar.gz
pacman-2dd7725f2a0cccd0a248531551c9fbea4ef35f1f.tar.xz
Remove "Generated from ...; do not edit by hand" from scripts
This is a useless piece of information. Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--build-aux/edit-script.sh.in1
-rw-r--r--scripts/Makefile.am3
-rwxr-xr-xscripts/makepkg-template.pl.in1
-rw-r--r--scripts/makepkg.sh.in1
-rw-r--r--scripts/pacman-db-upgrade.sh.in1
-rw-r--r--scripts/pacman-key.sh.in1
-rw-r--r--scripts/repo-add.sh.in1
7 files changed, 1 insertions, 8 deletions
diff --git a/build-aux/edit-script.sh.in b/build-aux/edit-script.sh.in
index 7423a223..661c22d5 100644
--- a/build-aux/edit-script.sh.in
+++ b/build-aux/edit-script.sh.in
@@ -20,7 +20,6 @@ mode=$3
-e "s|@DEBUGSUFFIX[@]|@DEBUGSUFFIX@|g" \
-e "s|@INODECMD[@]|@INODECMD@|g" \
-e "s|@FILECMD[@]|@FILECMD@|g" \
- -e "s|@configure_input[@]|Generated from ${input##*/}; do not edit by hand.|g" \
"$input" >"$output"
if [[ $mode ]]; then
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 3cb6c133..191fc3d3 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -186,8 +186,7 @@ edit = sed \
-e 's|@DEBUGSUFFIX[@]|$(DEBUGSUFFIX)|g' \
-e "s|@INODECMD[@]|$(INODECMD)|g" \
-e "s|@FILECMD[@]|$(FILECMD)|g" \
- -e 's|@SCRIPTNAME[@]|$@|g' \
- -e 's|@configure_input[@]|Generated from $<; do not edit by hand.|g'
+ -e 's|@SCRIPTNAME[@]|$@|g'
## All the scripts depend on Makefile so that they are rebuilt when the
## prefix etc. changes. Use chmod -w to prevent people from editing the
diff --git a/scripts/makepkg-template.pl.in b/scripts/makepkg-template.pl.in
index da5eba1b..762dd4be 100755
--- a/scripts/makepkg-template.pl.in
+++ b/scripts/makepkg-template.pl.in
@@ -1,6 +1,5 @@
#!/usr/bin/perl
# makepkg-template - template system for makepkg
-# @configure_input@
#
# Copyright (c) 2013-2019 Pacman Development Team <pacman-dev@archlinux.org>
#
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index 22df1b9f..2deb61da 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -1,7 +1,6 @@
#!/bin/bash
#
# makepkg - make packages compatible for use with pacman
-# @configure_input@
#
# Copyright (c) 2006-2019 Pacman Development Team <pacman-dev@archlinux.org>
# Copyright (c) 2002-2006 by Judd Vinet <jvinet@zeroflux.org>
diff --git a/scripts/pacman-db-upgrade.sh.in b/scripts/pacman-db-upgrade.sh.in
index 5d65bc88..4a904b6d 100644
--- a/scripts/pacman-db-upgrade.sh.in
+++ b/scripts/pacman-db-upgrade.sh.in
@@ -1,7 +1,6 @@
#!/bin/bash -e
#
# pacman-db-upgrade - upgrade the local pacman db to a newer format
-# @configure_input@
#
# Copyright (c) 2010-2019 Pacman Development Team <pacman-dev@archlinux.org>
#
diff --git a/scripts/pacman-key.sh.in b/scripts/pacman-key.sh.in
index 366fd205..613b3514 100644
--- a/scripts/pacman-key.sh.in
+++ b/scripts/pacman-key.sh.in
@@ -2,7 +2,6 @@
#
# pacman-key - manages pacman's keyring
# Based on apt-key, from Debian
-# @configure_input@
#
# Copyright (c) 2010-2019 Pacman Development Team <pacman-dev@archlinux.org>
#
diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in
index caf1232d..f7dd8948 100644
--- a/scripts/repo-add.sh.in
+++ b/scripts/repo-add.sh.in
@@ -2,7 +2,6 @@
#
# repo-add - add a package to a given repo database file
# repo-remove - remove a package entry from a given repo database file
-# @configure_input@
#
# Copyright (c) 2006-2019 Pacman Development Team <pacman-dev@archlinux.org>
#