|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Index: Release/makefile
|
|
|
|
|
--- Release/makefile.orig 2019-10-22 11:23:00.000000000 +0200
|
|
|
|
|
+++ Release/makefile 2019-10-22 19:39:21.868213000 +0200
|
|
|
|
|
--- Release/makefile.orig 2020-02-19 15:41:45.000000000 +0100
|
|
|
|
|
+++ Release/makefile 2020-02-19 23:14:47.453699000 +0100
|
|
|
|
|
@@ -31,12 +31,8 @@
|
|
|
|
|
|
|
|
|
|
# Tool invocations
|
|
|
|
|
@ -24,15 +24,15 @@ Index: Release/makefile
|
|
|
|
|
\ No newline at end of file
|
|
|
|
|
+ @cd ../test && ./test.sh
|
|
|
|
|
Index: Release/src/subdir.mk
|
|
|
|
|
--- Release/src/subdir.mk.orig 2019-10-22 19:39:21.868539000 +0200
|
|
|
|
|
+++ Release/src/subdir.mk 2019-10-22 19:41:08.404578000 +0200
|
|
|
|
|
--- Release/src/subdir.mk.orig 2020-02-19 23:14:47.453852000 +0100
|
|
|
|
|
+++ Release/src/subdir.mk 2020-02-19 23:16:18.978001000 +0100
|
|
|
|
|
@@ -75,8 +75,4 @@
|
|
|
|
|
./src/version.d
|
|
|
|
|
|
|
|
|
|
src/%.o: ../src/%.c
|
|
|
|
|
- @echo 'Building file: $<'
|
|
|
|
|
- @echo 'Invoking: Cross GCC Compiler'
|
|
|
|
|
- gcc -DNDEBUG -I../inc -O3 -Wall $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -fPIC -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
|
|
|
|
- gcc -DNDEBUG -I../inc -O3 -Winline -Wall $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -fPIC -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
|
|
|
|
- @echo 'Finished building: $<'
|
|
|
|
|
- @echo ' '
|
|
|
|
|
+ $(CC) -I../inc $(CFLAGS) $(CPPFLAGS) -c -o "$@" "$<"
|
|
|
|
|
|