mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
24 lines
674 B
Diff
24 lines
674 B
Diff
SPDX-FileCopyrightText: © 2023 Samuel Tyler <samuel@samuelt.me>
|
|
|
|
SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
We don't yet have the size command.
|
|
|
|
--- bash-2.05b/Makefile.in 2023-03-11 15:41:13.297307977 +1100
|
|
+++ bash-2.05b/Makefile.in 2023-03-11 15:43:51.677298993 +1100
|
|
@@ -471,7 +471,6 @@
|
|
$(RM) $@
|
|
$(PURIFY) $(CC) $(BUILTINS_LDFLAGS) $(LIBRARY_LDFLAGS) $(LDFLAGS) -o $(Program) $(OBJECTS) $(LIBS)
|
|
ls -l $(Program)
|
|
- size $(Program)
|
|
|
|
.build: $(SOURCES) config.h Makefile version.h $(VERSPROG)
|
|
@echo
|
|
@@ -493,7 +492,6 @@
|
|
strip: $(Program) .made
|
|
strip $(Program)
|
|
ls -l $(Program)
|
|
- size $(Program)
|
|
|
|
lint:
|
|
${MAKE} ${MFLAGS} CFLAGS='${GCC_LINT_FLAGS}' .made
|