From 2ba5a24cb67968711fd863786bd8bced7a1eb137 Mon Sep 17 00:00:00 2001 From: Dolf Andringa Date: Fri, 20 Mar 2020 12:20:53 +0800 Subject: [PATCH] Remove unusued variables --- devLib/Makefile | 3 --- wiringPi/Makefile | 3 --- wiringPiD/Makefile | 3 --- 3 files changed, 9 deletions(-) diff --git a/devLib/Makefile b/devLib/Makefile index e8637c7..7f313dc 100644 --- a/devLib/Makefile +++ b/devLib/Makefile @@ -25,9 +25,6 @@ VERSION=$(shell cat ../VERSION) DESTDIR?=/usr PREFIX?=/local -mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST))) -CURRENT_DIR := $(notdir $(patsubst %/,%,$(dir $(mkfile_path)))) - LDCONFIG?=ldconfig ifneq ($V,1) diff --git a/wiringPi/Makefile b/wiringPi/Makefile index 42ab780..af769b8 100755 --- a/wiringPi/Makefile +++ b/wiringPi/Makefile @@ -25,9 +25,6 @@ VERSION=$(shell cat ../VERSION) DESTDIR?=/usr PREFIX?=/local -mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST))) -CURRENT_DIR := $(notdir $(patsubst %/,%,$(dir $(mkfile_path)))) - LDCONFIG?=ldconfig ifneq ($V,1) diff --git a/wiringPiD/Makefile b/wiringPiD/Makefile index a3fae44..467dc1c 100644 --- a/wiringPiD/Makefile +++ b/wiringPiD/Makefile @@ -25,9 +25,6 @@ DESTDIR?=/usr PREFIX?=/local -mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST))) -CURRENT_DIR := $(notdir $(patsubst %/,%,$(dir $(mkfile_path)))) - ifneq ($V,1) Q ?= @ endif