Project

General

Profile

Submit #2606 » 0006-bmake-updated-files-in-usr.bin-bmake.patch

kAworu, 11/22/2013 02:26 AM

View differences:

usr.bin/bmake/Makefile
srcdir= ${.CURDIR}/../../contrib/bmake
# Base version on src date
MAKE_VERSION= 20121010
MAKE_VERSION= 20131001
.if defined(BOOTSTRAPPING)
DEFAULT_SYS_PATH = ${.CURDIR}/../../share/mk
.else
usr.bin/bmake/config.h
#define PACKAGE_NAME "bmake"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "bmake 20120620"
#define PACKAGE_STRING "bmake 20130706"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "bmake"
......
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "20120620"
#define PACKAGE_VERSION "20130706"
/* Define as the return type of signal handlers (`int' or `void'). */
#define RETSIGTYPE void
(7-7/12)