#183: SeaBIOS: test-gcc.sh executed multiple times, also during make clean --------------------------------------------+------------------------------ Reporter: Christian Ruppert <idl0r@…> | Owner: stepan@… Type: enhancement | Status: new Priority: minor | Milestone: Component: coreboot | Keywords: Dependencies: | Patch Status: there is no | patch --------------------------------------------+------------------------------ The test-gcc.sh script will be executed multiple times during "make" and at least once during "make clean". In "clean" there seems to be no $CC/$LD defined thus it leads to an error. So executing test-gcc.sh only once and only before compiling would fix both.