summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2020-05-30 18:46:51 +0200
committerHelge Deller <deller@gmx.de>2020-05-30 18:46:51 +0200
commit6af02949ce1ef9fe5c45a1a064a0a0474616431e (patch)
tree5c9b64aff66f61fbdca2cd252f4d88df99088688
parent024af3ae72bce34c2fc9e460be1c1081db53f6fc (diff)
downloadpalo-6af02949ce1ef9fe5c45a1a064a0a0474616431e.tar.gz
Update PARISC Linux homepage
Website is now at https://parisc.wiki.kernel.org
-rw-r--r--ipl/Makefile4
-rw-r--r--ipl/ipl.c6
-rw-r--r--palo/Makefile4
3 files changed, 7 insertions, 7 deletions
diff --git a/ipl/Makefile b/ipl/Makefile
index c1d608b..2254887 100644
--- a/ipl/Makefile
+++ b/ipl/Makefile
@@ -30,9 +30,9 @@ AR = ar
LD = ${CROSS_COMPILE}ld
ifneq ("$(wildcard /etc/debian_version)","")
-BLDINFO := $(shell echo http://www.parisc-linux.org - `dpkg-parsechangelog -l../debian/changelog -SDate`)
+BLDINFO := $(shell echo https://parisc.wiki.kernel.org - `dpkg-parsechangelog -l../debian/changelog -SDate`)
else
-BLDINFO := $(shell echo http://www.parisc-linux.org - `LC_TIME=C date`)
+BLDINFO := $(shell echo https://parisc.wiki.kernel.org - `LC_TIME=C date`)
endif
# Source sharing with palo
diff --git a/ipl/ipl.c b/ipl/ipl.c
index 968f3e1..b1a51ef 100644
--- a/ipl/ipl.c
+++ b/ipl/ipl.c
@@ -822,9 +822,9 @@ iplmain(int is_interactive, char *initialstackptr, int started_wide)
/* could theoretically use a function pointer, but they're ugly on PA */
if(pdc_default_width(wide))
goto restart;
- printf("Branching to kernel entry point 0x%08x. If this is the last\n"
- "message you see, you may need to switch your console. This is\n"
- "a common symptom -- search the FAQ and mailing list at parisc-linux.org\n\n",
+ printf("Branching to kernel entry point 0x%08x. If this is the last message you\n"
+ "see, you may need to switch your console. This is a common symptom -- search\n"
+ "the FAQ and mailing list at https://parisc.wiki.kernel.org\n\n",
entry);
return entry;
}
diff --git a/palo/Makefile b/palo/Makefile
index f01db01..763c243 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 http://www.parisc-linux.org - `dpkg-parsechangelog -l../debian/changelog -SDate`)
+BLDINFO := $(shell echo https://parisc.wiki.kernel.org - `dpkg-parsechangelog -l../debian/changelog -SDate`)
else
-BLDINFO := $(shell echo http://www.parisc-linux.org - `LC_TIME=C date`)
+BLDINFO := $(shell echo https://parisc.wiki.kernel.org - `LC_TIME=C date`)
endif
# LDFLAGS=-Wl,-Bstatic