Skip to content

Commit

Permalink
- New Git build references stabilization.
Browse files Browse the repository at this point in the history
  • Loading branch information
rncbc committed Nov 20, 2014
1 parent 70b5305 commit 0b7dde3
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Qtractor - An Audio/MIDI multi-track sequencer
ChangeLog


SVN TRUNK
GIT HEAD

- Clip/Take/Range... input dialog values are now properly
sanitized as long to prevent invalid take/folding ranges.
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Note that the default installation path ${prefix} is /usr/local.
If you're checking out from Subversion (SVN), you'll have to prepare the
configure script just before you proceed with the above instructions:

make -f Makefile.svn
make -f Makefile.git


Configuration
Expand Down
3 changes: 3 additions & 0 deletions autogen.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
#
make -f Makefile.git $*
4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ configure-stamp:
dh_testdir

# Add here commands to configure the package.
-$(MAKE) -f Makefile.svn
-$(MAKE) -f Makefile.git

./configure --prefix=/usr
touch configure-stamp
Expand All @@ -42,7 +42,7 @@ clean:
rm -f build-stamp configure-stamp

# Add here commands to clean up after the build process.
-$(MAKE) -f Makefile.svn clean
-$(MAKE) -f Makefile.git clean

dh_clean

Expand Down
2 changes: 1 addition & 1 deletion qtractor.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ specially dedicated to the personal home-studio.

%prep
%setup
[ -f Makefile.svn ] && %__make -f Makefile.svn
[ -f Makefile.git ] && %__make -f Makefile.git

%build
%configure
Expand Down

0 comments on commit 0b7dde3

Please sign in to comment.