From c30feaf583976bb77b0cd165761a910247b5e0f7 Mon Sep 17 00:00:00 2001 From: Stefan Siegel Date: Sun, 3 Aug 2003 10:05:29 +0000 Subject: Add creation date to the header of the generated lookup files --- lst/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'lst') diff --git a/lst/Makefile b/lst/Makefile index e60c4954..87cc3b59 100644 --- a/lst/Makefile +++ b/lst/Makefile @@ -37,10 +37,11 @@ $(TABLES3): install: $(TMP_TABLES) $(TABLES3) for i in $(TABLES); do \ mkdir -p $(dir)/$$i.d ; \ - (echo "# !! The original version is available in CVS at" ; \ - echo "# export CVS_RSH=ssh" ; \ - echo "# export CVSROOT=:ext:anoncvs@cvs.mandrakesoft.com:/cooker" ; \ - echo "# cvs checkout soft/$(project) (password \`\`cvs'')" ; \ + (echo "# This file was created:" `date '+%Y-%m-%d %H:%M:%S (%z)'` ; \ + echo "# !! The latest version is available via CVS at" ; \ + echo "# export CVS_RSH=ssh" ; \ + echo "# export CVSROOT=:ext:anoncvs@cvs.mandrakesoft.com:/cooker" ; \ + echo "# cvs checkout soft/$(project) (password \`\`cvs'')" ; \ cat $$i.tmp \ ) > $(dir)/$$i.d/90default.lst; done -- cgit v1.2.1