X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/acfa068f4a1a4652b784af1d7aaac92929399249..925af7e0bec15151149a2132d203753ad7610182:/admin/make-emacs diff --git a/admin/make-emacs b/admin/make-emacs index 688f5c196b..6a79cdc723 100755 --- a/admin/make-emacs +++ b/admin/make-emacs @@ -2,7 +2,7 @@ # Build Emacs with various options for profiling, debugging, # with and without warnings enabled etc. -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2016 Free Software Foundation, Inc. # This file is part of GNU Emacs. @@ -21,6 +21,8 @@ require 5; +use strict; +use warnings; use Getopt::Long; use File::Basename; use Cwd; @@ -98,7 +100,7 @@ chdir $root if cwd () eq "/"; chdir "./src"; print "Build in ", cwd (), "\n"; -# If first arg is `all' or if `--all' specified, ensure a clean +# If first arg is 'all' or if '--all' specified, ensure a clean # build. if (@ARGV && $ARGV[0] eq "all")