Bash does not complete the filename once the situation becomes singular

2025-05-12 Thread Adam Purkrt
GNU bash, version 5.2.37(1)-release (x86_64-pc-linux-gnu) OS: Gentoo Linux Originally met this while the download of iso file in firefox was nearing completion, and I was preparing myself to move the downloaded foobar.iso file elsewhere. I opened terminal with bash, typed "mv foobar." in the Dow

Cross-Compile - Makefile - Install-strip

2025-05-12 Thread NR
"STRIP" is currently hard-set to "strip", which fails for cross-compiled binaries. ``` install-strip: $(MAKE) $(MFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s --strip-program=${MINE_CROSS_COMPILE}strip' \ prefix=${prefix} exec_prefix=${exec_prefix} \ DESTDIR=