logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

size.patch (677B)


  1. SPDX-FileCopyrightText: © 2023 fosslinux <fosslinux@aussies.space>
  2. SPDX-License-Identifier: GPL-2.0-or-later
  3. We don't yet have the size command.
  4. --- bash-2.05b/Makefile.in 2023-03-11 15:41:13.297307977 +1100
  5. +++ bash-2.05b/Makefile.in 2023-03-11 15:43:51.677298993 +1100
  6. @@ -471,7 +471,6 @@
  7. $(RM) $@
  8. $(PURIFY) $(CC) $(BUILTINS_LDFLAGS) $(LIBRARY_LDFLAGS) $(LDFLAGS) -o $(Program) $(OBJECTS) $(LIBS)
  9. ls -l $(Program)
  10. - size $(Program)
  11. .build: $(SOURCES) config.h Makefile version.h $(VERSPROG)
  12. @echo
  13. @@ -493,7 +492,6 @@
  14. strip: $(Program) .made
  15. strip $(Program)
  16. ls -l $(Program)
  17. - size $(Program)
  18. lint:
  19. ${MAKE} ${MFLAGS} CFLAGS='${GCC_LINT_FLAGS}' .made