From: Patrick Monnerat Date: Mon, 18 Apr 2011 14:52:27 +0000 (+0200) Subject: OS400 pragma comment: replace (date) by (user, __DATE__) to include year. X-Git-Tag: curl-7_21_6~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e80b957789a93b480ec56c19b1be298394f1ce9c;p=thirdparty%2Fcurl.git OS400 pragma comment: replace (date) by (user, __DATE__) to include year. --- diff --git a/packages/OS400/make-lib.sh b/packages/OS400/make-lib.sh index b7f951b5a4..9b3e335ab1 100644 --- a/packages/OS400/make-lib.sh +++ b/packages/OS400/make-lib.sh @@ -11,8 +11,9 @@ cd "${TOPDIR}/lib" # Create and compile the identification source file. echo '#pragma comment(user, "libcurl version '"${LIBCURL_VERSION}"'")' > os400.c -echo '#pragma comment(date)' >> os400.c -echo '#pragma comment(copyright, "Copyright (C) 1998-2010 Daniel Stenberg et al. OS/400 version by P. Monnerat")' >> os400.c +echo '#pragma comment(user, __DATE__)' >> os400.c +echo '#pragma comment(user, __TIME__)' >> os400.c +echo '#pragma comment(copyright, "Copyright (C) 1998-2011 Daniel Stenberg et al. OS/400 version by P. Monnerat")' >> os400.c make_module OS400 os400.c LINK= # No need to rebuild service program yet. MODULES=