[MERGED] docker-playground[master]: root Makefile: fix ttcn3-msc-test rule, drop an extra .PHONY

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu Apr 5 16:36:38 UTC 2018


Neels Hofmeyr has submitted this change and it was merged.

Change subject: root Makefile: fix ttcn3-msc-test rule, drop an extra .PHONY
......................................................................


root Makefile: fix ttcn3-msc-test rule, drop an extra .PHONY

Change-Id: I098d9d84d9ce89b1dab204b90d2cd7ee7b3f19c9
---
M Makefile
1 file changed, 1 insertion(+), 3 deletions(-)

Approvals:
  Neels Hofmeyr: Verified
  Harald Welte: Looks good to me, approved



diff --git a/Makefile b/Makefile
index 5f3aea1..eca64be 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,6 @@
 .PHONY: build
 build: debian-jessie-build osmo-ggsn-master osmo-stp-master sctp-test sigtran-tests m3ua-test sua-test debian-stretch-titan ttcn3-ggsn-test
 
-.PHONY: ttcn3-bsc-test ttcn3-msc-test ttcn3-bts-test
-
 .PHONY: debian-jessie-build
 debian-jessie-build:
 	$(MAKE) -C debian-jessie-build
@@ -52,7 +50,7 @@
 	$(MAKE) -C ggsn-test
 
 .PHONY: ttcn3-mgw-test
-ttcn3-msc-test: debian-stretch-titan osmo-mgw-master
+ttcn3-mgw-test: debian-stretch-titan osmo-mgw-master
 	$(MAKE) -C ttcn3-mgw-test
 
 .PHONY: sctp-test

-- 
To view, visit https://gerrit.osmocom.org/7643
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I098d9d84d9ce89b1dab204b90d2cd7ee7b3f19c9
Gerrit-PatchSet: 1
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list