summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2015-02-16 20:45:13 +0100
committerHelge Deller <deller@gmx.de>2015-02-16 20:45:13 +0100
commitcf1f0e32773da11b8acd91a142cb59379e2b7b46 (patch)
tree8d0ba2fabf77d760467c1599b6eb7dd047d335f2
parent8928b1cad08df738e24dbec0644da80e8c90b8a2 (diff)
downloadpalo-cf1f0e32773da11b8acd91a142cb59379e2b7b46.tar.gz
Show http://www.parisc-linux.org instead of maintainer name
-rw-r--r--ipl/Makefile4
-rw-r--r--palo/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/ipl/Makefile b/ipl/Makefile
index b6c476b..7695ea5 100644
--- a/ipl/Makefile
+++ b/ipl/Makefile
@@ -30,9 +30,9 @@ AR = ar
LD = ld
ifneq ("$(wildcard /etc/debian_version)","")
-BLDINFO := $(shell echo `dpkg-parsechangelog -l../debian/changelog -SMaintainer` `dpkg-parsechangelog -l../debian/changelog -SDate`)
+BLDINFO := $(shell echo http://www.parisc-linux.org - `dpkg-parsechangelog -l../debian/changelog -SDate`)
else
-BLDINFO := $(shell echo `whoami`@`hostname` `LC_TIME=C date`)
+BLDINFO := $(shell echo http://www.parisc-linux.org - `LC_TIME=C date`)
endif
# Source sharing with palo
diff --git a/palo/Makefile b/palo/Makefile
index 5587cb9..6d2e15e 100644
--- a/palo/Makefile
+++ b/palo/Makefile
@@ -16,9 +16,9 @@ CFLAGS=-g -O -I../include -I../lib -D_FILE_OFFSET_BITS=64
endif
ifneq ("$(wildcard /etc/debian_version)","")
-BLDINFO := $(shell echo `dpkg-parsechangelog -l../debian/changelog -SMaintainer` `dpkg-parsechangelog -l../debian/changelog -SDate`)
+BLDINFO := $(shell echo http://www.parisc-linux.org - `dpkg-parsechangelog -l../debian/changelog -SDate`)
else
-BLDINFO := $(shell echo `whoami`@`hostname` `LC_TIME=C date`)
+BLDINFO := $(shell echo http://www.parisc-linux.org - `LC_TIME=C date`)
endif
# LDFLAGS=-Wl,-Bstatic