mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2025-12-08 22:38:25 +00:00
log output as usual
This commit is contained in:
2
Makefile
2
Makefile
@ -26,7 +26,7 @@ TARGET_C_FLAGS?=-Os -g -fomit-frame-pointer
|
||||
|
||||
E=CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" CXXFLAGS="$(CXXFLAGS)" LIBCFLAGS_FOR_TARGET="$(TARGET_C_FLAGS)"
|
||||
|
||||
LOG = >& $(PWD)/x.log || tail -n 999 $(PWD)/x.log
|
||||
#LOG = >& $(PWD)/x.log || tail -n 999 $(PWD)/x.log
|
||||
|
||||
# =================================================
|
||||
# determine exe extension for cygwin
|
||||
|
||||
Reference in New Issue
Block a user