Two fixes from Mike Smith: (1) use -m install of --mode in install commands, (2) fix typo in stm32_exti.h introduced with the STM32 F3 port
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5701 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
20ae478c7c
commit
243e45b1a4
@ -44,7 +44,7 @@ $(BIN)$(EXEEXT): $(SRC)
|
||||
$(HOSTCC) $(HOSTCFLAGS) $^ -o $@
|
||||
|
||||
..$(DELIM)bin$(DELIM)$(BIN)$(EXEEXT): $(BIN)$(EXEEXT)
|
||||
install --mode 0755 $^ $@
|
||||
install -m 0755 $^ $@
|
||||
|
||||
clean:
|
||||
$(call DELFILE, $(BIN)$(EXEEXT))
|
||||
|
Loading…
Reference in New Issue
Block a user