Browse Source

Remove unusued variables

pull/13/head
Dolf Andringa 5 years ago
parent
commit
2ba5a24cb6
  1. 3
      devLib/Makefile
  2. 3
      wiringPi/Makefile
  3. 3
      wiringPiD/Makefile

3
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)

3
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)

3
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

Loading…
Cancel
Save