spth / OpenRabbit

Loader and Debugger for Rabbit Semiconductor µC, such as the Rabbit 2000,Rabbit 3000 and Rabbit 4000.
Other
8 stars 3 forks source link

make distcheck broken #10

Closed spth closed 4 years ago

spth commented 4 years ago

make distcheck can be used to generate useable tarballs, but:

1) It only works if normal make has been invoked first, otherwise it fails complaining that there is no rule to generate openrabbitfu. 2) It deosn't find coldboot.s. 3) It creates a directory openrabbit-0.1.2 (or whatever the release is) that cannot be removed even by rm -rf by the user. I always use su to get rid of it.

spth commented 4 years ago
  1. and 2. haven been fixed a while ago.
spth commented 4 years ago

In 927b08a make distcheck finally works (as long as a normal make is done before).