chiark / gitweb /
build-arch and build-indep
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 2 Jun 2012 10:37:59 +0000 (11:37 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 2 Jun 2012 10:37:59 +0000 (11:37 +0100)
debian/changelog
debian/rules

index 2c1141c3f4caec0f6b4fcfad58165bbf30a79e4f..e8b7534e84e7a3c6ea68f577619f579c58564d79 100644 (file)
@@ -2,6 +2,7 @@ chiark-tcl (1.1.1~~iwj) unstable; urgency=low
 
   * Add ${misc:Depends} to Depends field (should not currently have
     any effect on the binary package).
+  * Provide build-arch and build-indep targets.
   * Remove linda overrides.
   * Change my email address.
 
index 9a62e2b8809713e1f28fda735c8a5bf6c51e607b..ce0cdd84a5496870cc4915320813308c9f40c7cc 100755 (executable)
@@ -32,10 +32,13 @@ define checkdir
        test -f hbytes/hbytes.tct
 endef
 
-build:
+build: build-arch build-indep
+build-arch:
        $(checkdir)
        $(MAKE) prefix=/usr VERSION=$(majversion) TCL_VERSION=$(tclversion)
 
+build-indep:
+
 clean:
        $(checkdir)
        $(MAKE) clean