#!/bin/sh jam clean jam sleep 1 touch header.h jam if [ header.h -nt sourceA.o -o header.h -nt sourceB.o ]; then echo "FAILED" exit 1 fi echo "PASS" exit 1
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 3962 | Matt Armstrong | make testbug executable | ||
#1 | 3959 | Matt Armstrong |
Circular header dependency bug in jam 2.5rc3. Run the 'testbug' script to see the bug. |