Actions
Bug #888
closedFix clean/clobber targets
Status:
Closed
Priority:
Immediate
Assignee:
Category:
00 - Basic Build Issues
Target version:
Start date:
16 Feb 2022
Due date:
% Done:
100%
Estimated time:
Severity:
01 - Critical
Description
Top level clean:
$ make clean Clobbering: xcc Clobbering: rpifw Clobbering: kernel Clobbering: gles You must be root to run this target. make[1]: *** [configs/gles.mk:7: gles-verify] Error 1 Clobbering: busybox Clobbering: buildroot Clobbering: pkg Clobbering: opkg /bin/sh: 1: cd: can't cd to /home/mjhammel/src/ximba/raspberrypi/src/../bld/opkg make[1]: *** [configs/opkg.mk:65: opkg-clean] Error 2 make: *** [Makefile:21: clean] Error 2
Clobber likely doesn't run without sudo - should sudo call be moved to Makefile?
Actions