mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
makefiles/targets: add target for setsid
This commit is contained in:
parent
0935a5ff20
commit
4b53f6b92b
@ -29,3 +29,8 @@ $(RIOTTOOLS)/mosquitto_rsmb/mosquitto_rsmb:
|
||||
|
||||
mosquitto_rsmb: $(RIOTTOOLS)/mosquitto_rsmb/mosquitto_rsmb
|
||||
@make -C $(RIOTTOOLS)/mosquitto_rsmb run
|
||||
|
||||
$(RIOTTOOLS)/setsid/setsid: $(RIOTTOOLS)/setsid/Makefile
|
||||
@echo "[INFO] setsid binary not found - building it from source now"
|
||||
@make -C $(RIOTTOOLS)/setsid
|
||||
@echo "[INFO] setsid binary successfully build!"
|
||||
|
Loading…
Reference in New Issue
Block a user