[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA: Icarus PAL snapshot 20001118
On Sat, 18 Nov 2000, Stephen Williams wrote:
>
> I've got a new project shaping up, yet something else to make snapshots of.
> This is the very first snapshot of this product, so my makefiles or bundling
> processes may not be correct, yet. Let me know. Anyhow, ...
Steve,
Cool! I found a few minor problems with the makefiles. In the top level
'makefile.in' if you could s/make/${MAKE}/g that would be good, not all
systems have 'make == GNU make'. The other patches are included below.
ipalrev seems to work for me (well, it at least produces output).
ipaledit segfaults. I'll try and dig into that.
-Dan
--- ipaledit/Makefile.in.orig Sat Nov 18 17:35:08 2000
+++ ipaledit/Makefile.in Sun Nov 19 11:14:31 2000
@@ -72,5 +72,5 @@
$(bindir)/ipaledit: ./ipaledit
- $(INSTALL_PROGRAM ./ipaledit $(bindir)/ipaledit
+ $(INSTALL_PROGRAM) ./ipaledit $(bindir)/ipaledit
uninstall:
--- ipalrev/Makefile.in.orig Sat Nov 18 17:35:08 2000
+++ ipalrev/Makefile.in Sun Nov 19 11:14:39 2000
@@ -65,5 +65,5 @@
$(bindir)/ipalrev: ./ipalrev
- $(INSTALL_PROGRAM ./ipalrev $(bindir)/ipalrev
+ $(INSTALL_PROGRAM) ./ipalrev $(bindir)/ipalrev
uninstall: