Changeset bee6e96 for Makefile


Ignore:
Timestamp:
Dec 2, 2016, 11:12:46 AM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler, yinfft+
Children:
3d14829
Parents:
7faef58
Message:

Makefile: remove tar commands for now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r7faef58 rbee6e96  
    1313PYDESTDIR:=$(PWD)/build/pydist
    1414
    15 BUILDID=$(shell mktemp -d -p $(PWD)/dist/)
    16 
    1715# default install locations
    1816PREFIX?=/usr/local
     
    5957        find $(DESTDIR) -ls | \
    6058                sed 's|$(DESTDIR)|/«destdir»|'
    61         tar --full-time --mtime=$(PWD)/src/aubio.h -jcvf $(BUILDID)/aubio-dist.tar.bz2 -C $(DESTDIR)/ .
    6259
    6360list_installed_python:
    6461        ( find $(PYDESTDIR) -ls || make list_installed_python_package ) | \
    6562                sed 's|$(PYDESTDIR)|/«pydestdir»|'
    66         [ -d $(PYDESTDIR) ] && \
    67                 tar --full-time --mtime=$(PWD)/src/aubio.h -jcvf $(BUILDID)/python-aubio-dist.tar.bz2 -C $(PYDESTDIR)/ . || \
    68                 true
    6963
    7064list_installed_python_package:
     
    7670        ( [ -d $(PACKAGE_LOCATION) ] && find $(PACKAGE_LOCATION) -ls ) || \
    7771                unzip -l $(PACKAGE_LOCATION)
    78         cp -prv $(PACKAGE_LOCATION) $(BUILDID)
    7972
    8073list_all_installed: list_installed list_installed_python
Note: See TracChangeset for help on using the changeset viewer.