diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2017-11-16 11:49:26 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2017-11-16 11:49:26 +0530 |
commit | a306c790a835894c22d076a04a9924d3daeb9462 (patch) | |
tree | 6f849173d31f5e9ce00eefc93640c7fc3013b89f /sunrpc | |
parent | 7532837d7b03b3ca5b9a63d77a5bd81dd23f3d9c (diff) | |
download | glibc-a306c790a835894c22d076a04a9924d3daeb9462.zip glibc-a306c790a835894c22d076a04a9924d3daeb9462.tar.gz glibc-a306c790a835894c22d076a04a9924d3daeb9462.tar.bz2 |
Prefer https for Sourceware links
Update all sourceware links to https. The website redirects
everything to https anyway so let the web server do a bit less work.
The only reference that remains unchanged is the one in the old
ChangeLog, since it didn't seem worth changing it.
* NEWS: Update sourceware link to https.
* configure.ac: Likewise.
* crypt/md5test-giant.c: Likewise.
* dlfcn/bug-atexit1.c: Likewise.
* dlfcn/bug-atexit2.c: Likewise.
* localedata/README: Likewise.
* malloc/tst-mallocfork.c: Likewise.
* manual/install.texi: Likewise.
* nptl/tst-pthread-getattr.c: Likewise.
* stdio-common/tst-fgets.c: Likewise.
* stdio-common/tst-fwrite.c: Likewise.
* sunrpc/Makefile: Likewise.
* sysdeps/arm/armv7/multiarch/memcpy_impl.S: Likewise.
* wcsmbs/tst-mbrtowc2.c: Likewise.
* configure: Regenerate.
* INSTALL: Regenerate.
Diffstat (limited to 'sunrpc')
-rw-r--r-- | sunrpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/Makefile b/sunrpc/Makefile index 125d538..f1b8323 100644 --- a/sunrpc/Makefile +++ b/sunrpc/Makefile @@ -173,7 +173,7 @@ cross-rpcgen-objs := $(addprefix $(objpfx)cross-,$(rpcgen-objs)) # When generic makefile support for build system programs is # available, it should replace this code. See -# <http://sourceware.org/bugzilla/show_bug.cgi?id=14087>. +# <https://sourceware.org/bugzilla/show_bug.cgi?id=14087>. $(cross-rpcgen-objs): $(objpfx)cross-%.o: %.c $(before-compile) $(BUILD_CC) $($(basename $(<F))-CFLAGS) $(ALL_BUILD_CFLAGS) $< \ $(OUTPUT_OPTION) $(native-compile-mkdep-flags) -c |