mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-24 09:54:50 +08:00
2008-01-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/shell/Makefile.am: Don't use make variables.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-01-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libmisc/shell/Makefile.am: Don't use make variables.
|
||||
|
||||
2008-01-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* libmisc/shell/shell.c: When stdin or stdout is NULL, just use
|
||||
|
||||
@@ -63,10 +63,6 @@ libmw_fb_a_SOURCES = mw-fb/mw_fb.c mw-fb/mw_uid.c mw-fb/mw_fb.h \
|
||||
## shell
|
||||
if LIBSHELL
|
||||
noinst_LIBRARIES += libshell.a
|
||||
if LIBNETWORKING
|
||||
shell_mount_fs = shell/main_mount_ftp.c shell/main_mount_nfs.c \
|
||||
shell/main_mount_tftp.c
|
||||
endif
|
||||
libshell_a_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/shell
|
||||
libshell_a_SOURCES = shell/cat_file.c shell/cmds.c shell/internal.h \
|
||||
shell/main_alias.c shell/main_cat.c shell/main_cd.c \
|
||||
@@ -86,6 +82,10 @@ libshell_a_SOURCES = shell/cat_file.c shell/cmds.c shell/internal.h \
|
||||
shell/utils-cp.c shell/err.c shell/errx.c shell/verr.c shell/verrx.c \
|
||||
shell/vwarn.c shell/vwarnx.c shell/warn.c shell/warnx.c \
|
||||
shell/fts.c shell/print_heapinfo.c shell/main_wkspaceinfo.c
|
||||
if LIBNETWORKING
|
||||
libshell_a_SOURCES += shell/main_mount_ftp.c shell/main_mount_nfs.c \
|
||||
shell/main_mount_tftp.c
|
||||
endif
|
||||
endif
|
||||
|
||||
EXTRA_DIST += shell/README
|
||||
|
||||
Reference in New Issue
Block a user