mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-31 14:04:12 +00:00
For systems where RANLIB is defined as echo, send the output to /dev/null
to help reduce clutter in the output from doing a make.
This commit is contained in:
parent
cb17dfb1c0
commit
67622ee16f
@ -1,4 +1,4 @@
|
||||
HDEFINES=-DHOST_SYS=DGUX_SYS
|
||||
CC=gcc -Wall -ansi -D__using_DGUX
|
||||
RANLIB=echo
|
||||
RANLIB=echo >/dev/null
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Define SYSV as -DSYSV if you are using a System V operating system.
|
||||
SYSV = -DSYSV
|
||||
RANLIB = echo
|
||||
RANLIB = echo >/dev/null
|
||||
|
@ -1,6 +1,6 @@
|
||||
#AR = ar-a29k
|
||||
#AR_FLAGS = qs
|
||||
#RANLIB = echo
|
||||
#RANLIB = echo >/dev/null
|
||||
|
||||
# This is a hack. By declaring subdirs using "SUBDIRS=" rather than
|
||||
# with a space, config won't reset this. This is a hack to override
|
||||
|
Loading…
x
Reference in New Issue
Block a user