summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/pascal/ChangeLog6
-rw-r--r--misc/pascal/nuttx/Makefile6
-rw-r--r--nuttx/include/pthread.h4
3 files changed, 11 insertions, 5 deletions
diff --git a/misc/pascal/ChangeLog b/misc/pascal/ChangeLog
index e937aa13b..672d6d0ef 100644
--- a/misc/pascal/ChangeLog
+++ b/misc/pascal/ChangeLog
@@ -29,3 +29,9 @@ pascal-3.0 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
incompatible with will all releases of NuttX prior to nuttx-6.0 where the
apps/ module was introduced.
+pascal-3.1 2012-xx-xx Gregory Nutt <gnutt@nuttx.org>
+
+ * nuttx/Makefile: If DIRLINK is defined, then INCDIR is not setup
+ correctly and the build fails. The value of INCDIR must be
+ initialized unconditionally.
+
diff --git a/misc/pascal/nuttx/Makefile b/misc/pascal/nuttx/Makefile
index 027e19915..eb82e48bd 100644
--- a/misc/pascal/nuttx/Makefile
+++ b/misc/pascal/nuttx/Makefile
@@ -1,8 +1,8 @@
############################################################################
# apps/interpreters/pcode/Makefile
#
-# Copyright (C) 2008-2009, 2011 Gregory Nutt. All rights reserved.
-# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+# Copyright (C) 2008-2009, 2011-2012 Gregory Nutt. All rights reserved.
+# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -44,8 +44,8 @@ include $(APPDIR)/Make.defs
ifeq ($(DIRLINK),)
DIRLINK = $(TOPDIR)/tools/link.sh
DIRUNLINK = $(TOPDIR)/tools/unlink.sh
-INCDIR = $(TOPDIR)/tools/incdir.sh
endif
+INCDIR = $(TOPDIR)/tools/incdir.sh
ifeq ($(WINTOOL),y)
INCDIROPT = -w
diff --git a/nuttx/include/pthread.h b/nuttx/include/pthread.h
index b0942b85c..092cfad93 100644
--- a/nuttx/include/pthread.h
+++ b/nuttx/include/pthread.h
@@ -1,8 +1,8 @@
/********************************************************************************
* include/pthread.h
*
- * Copyright (C) 2007-2009, 2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Copyright (C) 2007-2009, 2011-2012 Gregory Nutt. All rights reserved.
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions