X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=blobdiff_plain;f=docker%2Fsonobuoy-plugin-systemd-logs%2FMakefile;fp=docker%2Fsonobuoy-plugin-systemd-logs%2FMakefile;h=0000000000000000000000000000000000000000;hp=0af457a609e6bfd20d7b2c91428b9113247dc1e6;hb=120f1c310200e601f45a6601f2e7ec20f21fc744;hpb=82be52a9082be8cde1170e69d0f7f27e1225a208 diff --git a/docker/sonobuoy-plugin-systemd-logs/Makefile b/docker/sonobuoy-plugin-systemd-logs/Makefile deleted file mode 100644 index 0af457a..0000000 --- a/docker/sonobuoy-plugin-systemd-logs/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -############################################################################## -# Copyright (c) 2019 AT&T, ENEA AB, Nokia and others # -# # -# Licensed under the Apache License, Version 2.0 (the "License"); # -# you maynot use this file except in compliance with the License. # -# # -# You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 # -# # -# Unless required by applicable law or agreed to in writing, software # -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # -# See the License for the specific language governing permissions and # -# limitations under the License. # -############################################################################## - -export WORK_DIR?=$(TAG_PRE) - -.PHONY: .build -.build:: .submodules_patched - -.PHONY: all -all: push-image .push_manifest - -.PHONY: build -build: .build - -.PHONY: push-image -push-image: .push_image - -include ../build.mk