"Fossies" - the Fresh Open Source Software Archive

Member "ipfire-2.x-2.27-core174/doc/make.sh-usage" (7 Apr 2023, 1179 Bytes) of package /linux/misc/ipfire-2.x-2.27-core174.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the latest Fossies "Diffs" side-by-side code changes report for "make.sh-usage": 2.x-2.27-core173_vs_2.x-2.27-core174.

    1 make.sh - Build and maintain programs and libraries for IPFire source code
    2 
    3 Standard commands:
    4   downloadsrc		Preload all necessary files in cache before compilation
    5   gettoolchain		Optionally load a precompilated toolchain (20% less build time)
    6   build			Compile distribution
    7   clean			Erase build and log directories to recompile all from scratch
    8 
    9 Maintainer and advanced commands:
   10   check-manualpages	Check the manual pages for broken links
   11   docker		Build a docker image
   12   find-dependencies	Confirm needed libraries are included in build
   13   lang			Check translations for missing or obsolete strings
   14   shell			Enter a shell inside the chroot. Used to tune lfs script
   15   			  and/or during kernel upgrade to rebuild new .config file
   16   toolchain		Create toolchain package (if not downloaded via `make gettoolchain`)
   17   update-contributors	Update list of contributors
   18   uploadsrc		For core developers only to upload source code
   19 
   20 OPTIONS:
   21     --target=[aarch64|riscv64|x86_64]
   22 			Cross-compile for this target architecture.  Uses the QEMU 
   23 			  emulator if needed to virtualise the desired target 
   24 			  architecture.  Can be permanently set with 
   25 			  TARGET_ARCH= in .config file.
   26