daily update
[deliverable/binutils-gdb.git] / sim / Makefile.in
index aebdab3b2ab0300d32504bc679273be6c52274c6..9a044f060432ff0b6970e7c5d28492db2bb78a93 100644 (file)
@@ -224,10 +224,14 @@ autoconf-common autoheader-common:
        done
 
 autoconf-changelog autoheader-changelog:
-       id="`id | sed -e 's/^[^(]*(\([^)]*\).*$$/\1/'`" ; \
-       name=`grep "^$$id:" /etc/passwd | cut -f 5 -d ':'` ; \
-       host="`hostname`" ; \
-       date="`date | sed 's/ [^ ]* \([0-9]*\)$$/ \1/'`" ; \
+       id=$(ID) ; \
+       test x$$id = x && id="`id | sed -e 's/^[^(]*(\([^)]*\).*$$/\1/'`" ; \
+       name=$(NAME) ; \
+       test x$$name = x && name=`grep "^$$id:" /etc/passwd | cut -f 5 -d ':'` ; \
+       host=$(HOST) ; \
+       test x$$host = x && host="`hostname`" ; \
+       date=$(DATE) ; \
+       test x$$date = x && date="`date +%Y-%m-%d`" ; \
        echo "$$date $$name $$id@$$host" ; \
        for d in * ; \
        do \
This page took 0.038291 seconds and 4 git commands to generate.