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>
This commit is contained in:
Allan McRae 2019-11-06 15:46:59 +10:00
parent 3a814ee6bc
commit 2dd7725f2a
7 changed files with 1 additions and 8 deletions

View file

@ -20,7 +20,6 @@ mode=$3
-e "s|@DEBUGSUFFIX[@]|@DEBUGSUFFIX@|g" \ -e "s|@DEBUGSUFFIX[@]|@DEBUGSUFFIX@|g" \
-e "s|@INODECMD[@]|@INODECMD@|g" \ -e "s|@INODECMD[@]|@INODECMD@|g" \
-e "s|@FILECMD[@]|@FILECMD@|g" \ -e "s|@FILECMD[@]|@FILECMD@|g" \
-e "s|@configure_input[@]|Generated from ${input##*/}; do not edit by hand.|g" \
"$input" >"$output" "$input" >"$output"
if [[ $mode ]]; then if [[ $mode ]]; then

View file

@ -186,8 +186,7 @@ edit = sed \
-e 's|@DEBUGSUFFIX[@]|$(DEBUGSUFFIX)|g' \ -e 's|@DEBUGSUFFIX[@]|$(DEBUGSUFFIX)|g' \
-e "s|@INODECMD[@]|$(INODECMD)|g" \ -e "s|@INODECMD[@]|$(INODECMD)|g" \
-e "s|@FILECMD[@]|$(FILECMD)|g" \ -e "s|@FILECMD[@]|$(FILECMD)|g" \
-e 's|@SCRIPTNAME[@]|$@|g' \ -e 's|@SCRIPTNAME[@]|$@|g'
-e 's|@configure_input[@]|Generated from $<; do not edit by hand.|g'
## All the scripts depend on Makefile so that they are rebuilt when the ## 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 ## prefix etc. changes. Use chmod -w to prevent people from editing the

View file

@ -1,6 +1,5 @@
#!/usr/bin/perl #!/usr/bin/perl
# makepkg-template - template system for makepkg # makepkg-template - template system for makepkg
# @configure_input@
# #
# Copyright (c) 2013-2019 Pacman Development Team <pacman-dev@archlinux.org> # Copyright (c) 2013-2019 Pacman Development Team <pacman-dev@archlinux.org>
# #

View file

@ -1,7 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# makepkg - make packages compatible for use with pacman # makepkg - make packages compatible for use with pacman
# @configure_input@
# #
# Copyright (c) 2006-2019 Pacman Development Team <pacman-dev@archlinux.org> # Copyright (c) 2006-2019 Pacman Development Team <pacman-dev@archlinux.org>
# Copyright (c) 2002-2006 by Judd Vinet <jvinet@zeroflux.org> # Copyright (c) 2002-2006 by Judd Vinet <jvinet@zeroflux.org>

View file

@ -1,7 +1,6 @@
#!/bin/bash -e #!/bin/bash -e
# #
# pacman-db-upgrade - upgrade the local pacman db to a newer format # 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> # Copyright (c) 2010-2019 Pacman Development Team <pacman-dev@archlinux.org>
# #

View file

@ -2,7 +2,6 @@
# #
# pacman-key - manages pacman's keyring # pacman-key - manages pacman's keyring
# Based on apt-key, from Debian # Based on apt-key, from Debian
# @configure_input@
# #
# Copyright (c) 2010-2019 Pacman Development Team <pacman-dev@archlinux.org> # Copyright (c) 2010-2019 Pacman Development Team <pacman-dev@archlinux.org>
# #

View file

@ -2,7 +2,6 @@
# #
# repo-add - add a package to a given repo database file # repo-add - add a package to a given repo database file
# repo-remove - remove a package entry from 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> # Copyright (c) 2006-2019 Pacman Development Team <pacman-dev@archlinux.org>
# #