rpathsync / rpath-common

rPath Common Library Core

Clone this repository (size: 21.1 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/rpathsync/rpath-common/
commit 2: 0f4232b8e3e1
parent 1: 26478c21e1e9
branch: default
No need for pylint
Mihai Ibanescu
23 months ago

Changed (Δ7 bytes):

raw changeset »

Makefile (1 lines added, 1 lines removed)

Up to file-list Makefile:

@@ -17,7 +17,7 @@ all: default-subdirs default-all
17
17
export TOPDIR = $(shell pwd)
18
18
export DISTDIR = $(TOPDIR)/rpath-common-$(VERSION)
19
19
20
SUBDIRS=rpath_common pylint
20
SUBDIRS=rpath_common
21
21
22
22
.PHONY: clean dist install subdirs
23
23