mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove dependency on version.in for version information.
Submitted by: obrien
This commit is contained in:
parent
02cda72148
commit
ef78d1474b
1 changed files with 3 additions and 2 deletions
|
|
@ -135,9 +135,10 @@ ${H:C/-.*$//}.h:
|
|||
${.TARGET}
|
||||
.endfor
|
||||
|
||||
gdbversion.c: version.in
|
||||
GDB_VERSION= "5.2.1 (FreeBSD)"
|
||||
gdbversion.c:
|
||||
@echo '#include "version.h"' > ${.TARGET}
|
||||
@echo 'const char version[] = "'"`sed q ${.ALLSRC}`"'";'>>${.TARGET}
|
||||
@echo 'const char version[] = ${GDB_VERSION};' >>${.TARGET}
|
||||
@echo 'const char host_name[] = "${MACHINE_ARCH}-undermydesk-freebsd";' >>${.TARGET}
|
||||
@echo 'const char target_name[] = "${TARGET_ARCH}-undermydesk-freebsd";' >>${.TARGET}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue