mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-20 03:03:44 +08:00
All use Starting
and Finished
, remove deb-prepare
prerequisite
[GitHub #207]
This commit is contained in:
parent
aab3042c88
commit
a2321fdc06
11
Makefile
11
Makefile
@ -65,8 +65,9 @@ CFLAGS += -static
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
@echo "Starting: Compile chsrc executable"
|
||||||
@$(CC) src/chsrc-main.c $(CFLAGS) $(_C_Warning_Flags) -o $(Target-Name)
|
@$(CC) src/chsrc-main.c $(CFLAGS) $(_C_Warning_Flags) -o $(Target-Name)
|
||||||
@echo; echo Compile done using \'$(CC)\' $(CFLAGS)
|
@echo Finished: Compile chsrc executable using \'$(CC)\' $(CFLAGS)
|
||||||
|
|
||||||
CI: all
|
CI: all
|
||||||
@mv $(Target-Name) $(CI_ARTIFACT_NAME)
|
@mv $(Target-Name) $(CI_ARTIFACT_NAME)
|
||||||
@ -105,12 +106,14 @@ test-fw:
|
|||||||
@./fw
|
@./fw
|
||||||
|
|
||||||
# DEB package targets
|
# DEB package targets
|
||||||
deb-prepare: $(Target-Name)
|
deb-prepare:
|
||||||
@echo "Preparing for DEB package build..."
|
@echo "Starting: Prepare for building DEB package"
|
||||||
|
@echo "Finished: Prepare for building DEB package"
|
||||||
|
|
||||||
deb-build: deb-prepare
|
deb-build: deb-prepare
|
||||||
@echo "Building DEB package..."
|
@echo "Starting: Build DEB package"
|
||||||
@debuild -us -uc -b
|
@debuild -us -uc -b
|
||||||
|
@echo "Finished: Build DEB package"
|
||||||
|
|
||||||
deb-clean:
|
deb-clean:
|
||||||
@echo "Starting: Clean DEB build artifacts"
|
@echo "Starting: Clean DEB build artifacts"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user