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?
Updated by Hammel over 1 year ago
- Target version changed from 2.1 - Feyd to 3.0 - Corrino
Updated by Hammel over 1 year ago
- Priority changed from Urgent to Immediate
- Severity changed from 02 - High to 03 - Medium
Updated by Hammel over 1 year ago
- Severity changed from 03 - Medium to 01 - Critical
Updated by Hammel over 1 year ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Fixed. Committed. Pushed.
Closing issue.
Actions