Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=240b578d6e43db3349fedc71ffdd9333d93a20e8
commit 240b578d6e43db3349fedc71ffdd9333d93a20e8 Author: Michel Hermier <[email protected]> Date: Fri Nov 23 08:32:10 2012 +0100 scripts/makepkg * Make displayed date of "Making packing: foo 1.2.3-1 (date)" in the log the _F_build_date, to ease comparison between packages and buildlogs (just in case). diff --git a/scripts/makepkg b/scripts/makepkg index d9d32ce..53df567 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -1493,8 +1493,6 @@ makepkg_build() { fi export LDFLAGS - _P_build_date=`LC_ALL= ; LANG= ; date -u "+%a %b %e %H:%M:%S %Y"` - buildenv_build } @@ -1943,7 +1941,8 @@ fi fakeroot_enter -msg "Making package: $pkgname $pkgver-$pkgrel (`date`)" +_P_build_date=`LC_ALL= ; LANG= ; date -u "+%a %b %e %H:%M:%S %Y"` +msg "Making package: $pkgname $pkgver-$pkgrel (${_P_build_date})" unset deplist makedeplist buildenv_depends_validate _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
