view netinstall/version.pl @ 4773:c858892e4f2b

Remove build rules that try to make wakeup out of the now nonexistent wakeup.c. See <87zl5l2pxh.fsf@mail.contactor.se> in xemacs-patches.
author Jerry James <james@xemacs.org>
date Tue, 15 Dec 2009 13:25:23 -0700
parents 3078fd1074e8
children
line wrap: on
line source

while (<STDIN>) {
  if (/^\$Revision:\s*([0-9\.]*)/) {
    print "char *version = \"$1\";\n";
    print "static char *id = \"\\n%%% setup-version $1\\n\";\n";
  }
}